MCPcopy 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

1from piccolo.conf.apps import AppRegistry
2from piccolo.engine.sqlite import SQLiteEngine
3
4DB = SQLiteEngine(path="test.sqlite")

Callers

nothing calls this directly

Calls 2

SQLiteEngineClass · 0.90
AppRegistryClass · 0.90

Tested by

no test coverage detected