Is it possible to write an SQL script that runs on different DBs with different SQL dialects, or does one need a preprocessor and do stuff like "#ifdef postgres" and feed it through cpp (or wev) first?
@defuneste#defmacro? idk, I'm not doing this because its easy, I'm doing this because I thought it would be easy... (tbqhwy I'd settle for sqlite3 and duckdb)
@geospacedman Both should kind of follow sql standard (minus date/time). If your SQL script is simple it should works (huge finger cross). I do not remember on top of my head how this two are taking a file as an arg from their cli..,