You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are using Emacs 29, then the recommended connector is
`sqlite-builtin', which uses the new builtin support for SQLite.
You need to install the `emacsql-sqlite-builtin' package to use
this connector.
If you are using an older Emacs release, then the recommended
connector is `sqlite-module', which uses the module provided by
the `sqlite3' package. This is very similar to the previous
connector and the built-in support in Emacs 29 derives from this
module. You need to install the `emacsql-sqlite-module' package
to use this connector.
I noticed that the emacsql-sqlite-builtin repo has been deleted from the github.
Did it have been moved to another place (such as sr.ht), or just have completed its duty, and we should use the built-in functions of Emacs? Which value should be used for now? thx
The text was updated successfully, but these errors were encountered:
It's in the process of being merged into EmacSQL itself. See magit/emacsql#86. We are getting really close now. The current version can be found in the next branch of magit/emacsql (the new official repository of EmacSQL). Melpa currently gets emacsql-sqlite-builtin from that branch.
epkg/lisp/epkg.el
Lines 78 to 88 in bede206
I noticed that the
emacsql-sqlite-builtin
repo has been deleted from the github.Did it have been moved to another place (such as sr.ht), or just have completed its duty, and we should use the built-in functions of Emacs? Which value should be used for now? thx
The text was updated successfully, but these errors were encountered: