Search notes:

SQLite shell: .load

.load loads a DLL (Windows) or a shared object (Linux) in order to add more functionality to SQLite.
An example of such a DLL/shared object is pcre.so, which allows to query with regular expressions.

See also

SQLite shell

Index