Skip to content

Is it possible to call elisp from inside sqlite? #124

Closed Answered by tarsius
dmgerman asked this question in Q&A
Discussion options

You must be logged in to vote

No, that is not supported by EmacSQL. It also does not appear to be supported by the builtin sqlite.c and the sqlite3-api.c of the sqlite3 package (which in turn are used by EmacSQL's builtin and module back-ends.

When you need such advanced functionality, it would IMO be better to use one of these implementations directly. But until one of them has actually implemented support for that, that's a moot point.

I also don't know if this is even feasible (I am fare from a SQL[ite] expert). It does sound interesting. You might want to look into implementing support for that in Emacs yourself; that would be a useful contribution.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by tarsius
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants