Home / Emacs / SQL / Configure
Set the SQL dialect
Default to SQLite rather than ANSI SQL, as that is what we use.
(with-eval-after-load 'sql
(setopt sql-product 'sqlite))
Home / Emacs / SQL / Configure
Default to SQLite rather than ANSI SQL, as that is what we use.
(with-eval-after-load 'sql
(setopt sql-product 'sqlite))