Updated CRUDkit

This commit is contained in:
Yaro Kasear 2025-09-08 15:10:11 -05:00
parent f1fa1f2407
commit 571583bcf4
6 changed files with 186 additions and 24 deletions

View file

@ -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"