Updated CRUDkit
This commit is contained in:
parent
f1fa1f2407
commit
571583bcf4
6 changed files with 186 additions and 24 deletions
|
|
@ -60,7 +60,7 @@ def build_database_url(
|
|||
return url
|
||||
|
||||
backend = (backend or "").lower().strip()
|
||||
optional = options or {}
|
||||
options = options or {}
|
||||
|
||||
if backend == "sqlite":
|
||||
db_path = database or "app.db"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue