Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/piccolo-orm/piccolo
/ sqlite_conf.py
File
sqlite_conf.py
tests/sqlite_conf.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
piccolo.conf.apps
import
AppRegistry
2
from
piccolo.engine.sqlite
import
SQLiteEngine
3
4
DB = SQLiteEngine(path=
"test.sqlite"
)
Callers
nothing calls this directly
Calls
2
SQLiteEngine
Class · 0.90
AppRegistry
Class · 0.90
Tested by
no test coverage detected