micropython-lib/unix-ffi/sqlite3
Robert Klink ab9c5a01b0 unix-ffi/sqlite3: Add optional parameter for URI support.
This commit adds the ability to enable URI on the connect, as can be done
in the cpython sqlite3 module. URI allows, among other things, to create
a shared named in-memory database, which non URI filenames cannot create.

Signed-off-by: Robert Klink <rhermanklink@ripe.net>
2024-08-22 13:09:33 +10:00
..
manifest.py unix-ffi: Remove "unix_ffi" argument from require(). 2024-03-17 13:22:36 +11:00
sqlite3.py unix-ffi/sqlite3: Add optional parameter for URI support. 2024-08-22 13:09:33 +10:00
test_sqlite3.py all: Run black over all code. 2021-05-27 15:50:04 +10:00
test_sqlite3_2.py top: Move modules into python-stdlib, unix-ffi, or micropython. 2021-05-27 15:41:08 +10:00