Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Outdated docstring? #39

Closed
dalugm opened this issue Oct 21, 2022 · 2 comments
Closed

Outdated docstring? #39

dalugm opened this issue Oct 21, 2022 · 2 comments

Comments

@dalugm
Copy link

dalugm commented Oct 21, 2022

epkg/lisp/epkg.el

Lines 78 to 88 in bede206

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

@tarsius
Copy link
Member

tarsius commented Oct 21, 2022

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.

@dalugm
Copy link
Author

dalugm commented Oct 21, 2022

I see, thanks for the working!

@dalugm dalugm closed this as completed Oct 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants