Add Model base class and load modules when required.
This commit is contained in:
parent
595a4f3744
commit
feb1bc810e
6 changed files with 86 additions and 33 deletions
config
|
@ -16,7 +16,7 @@ charset = utf8mb4
|
|||
collation = utf8mb4_bin
|
||||
|
||||
[Database.sqlite_example]
|
||||
driver = sqlite_example
|
||||
driver = sqlite
|
||||
database = store/database.db3
|
||||
prefix =
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue