emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: master 3d38d1d: Add sqlite3 support to Emacs


From: Po Lu
Subject: Re: master 3d38d1d: Add sqlite3 support to Emacs
Date: Sun, 12 Dec 2021 12:48:15 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.60 (gnu/linux)

Richard Stallman <rms@gnu.org> writes:

> What is `sqlite-load-extension', and what does it do?  What are its
> arguments, and what do they mean?  I have no information about this.

> Could you please send me the specifications of these functions?
> Of this interface?

`sqlite-load-extension' takes two arguments `db' and `module'.  DB is an
SQLite database that the module will be loaded into, and `module' is a
path to the shared library that comprises the extension.

I explained what such an extension is in my other reply to you.

Thanks.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]