GitClassic
Feed
Explore
Random
Go Pro
Sign in
encode
/
databases
Code
/
Commits
/ 9795187
Allow SQLite query parameters and support cached databases (#561)
* add support for sqlite connection string query parameters, cached memory databases * add additional comments #196 * tweaked comments #196 * Lint --------- Co-authored-by: Nathan Joshi <nvjoshi@Nathans-MacBook-Pro.local>
Zanie Blue
committed on Aug 2, 2023, 04:46 PM
Showing
3
changed files
+79 additions
-5 deletions
M
databases/backends/sqlite.py
+15
-3
M
requirements.txt
+2
-2
M
tests/test_databases.py
+62
Browse files at this commit โ