Added support for libSQL as an compatible alternative for SQLite. (0.33.0)
This commit is contained in:
parent
9416ec3457
commit
56712206d1
17 changed files with 418 additions and 5 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -5,6 +5,7 @@ CMakeCache.txt
|
|||
.venv
|
||||
build*
|
||||
cmake*
|
||||
database.sqlite
|
||||
demo_*
|
||||
dist/
|
||||
downloaded.png
|
||||
|
|
@ -13,4 +14,3 @@ out/
|
|||
src/*.o
|
||||
*.swp
|
||||
tmp*
|
||||
todo.sqlite
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue