Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Elisp 是否有本机 SQLite 绑定?根据我的阅读,Emacs 中的各种 sql 模式更多地用于执行 sql 查询,但我认为它们可以通过使用 sqlite3 shell 命令来工作,这可能会慢一些。我认为最快的方法是使用 Emacs C 扩展中的 SQLite C API,并通过 lisp 函数公开所有 sqlite 访问。
这已经完成了还是有更简单更好的方法?
EDBC向 emacs 公开了一个 SQL 接口,尽管它是通过命令行程序而不是 C API 来实现的。
I'm developing a web app at the moment, and, being a perfectionist, I try to make it all shiny and compliant with all the standards. As far as I know, the <i
<i