init sqlite implementation

This commit is contained in:
yggverse 2024-05-04 08:25:29 +03:00
parent 423f88e94e
commit 13ebc7bcbc
8 changed files with 672 additions and 152 deletions

5
.gitignore vendored
View file

@ -1,4 +1,7 @@
/composer.lock
/config.json
/config/*
!/config/example.json
/server/
/vendor/