A Beef binding for Sqlite
Find a file
2024-05-26 21:57:24 +02:00
deps added .lib file 2024-05-26 21:05:54 +02:00
src initial commit 2024-05-26 16:42:26 +02:00
.gitignore Update .gitignore 2024-05-26 21:05:18 +02:00
BeefProj.toml initial commit 2024-05-26 16:42:26 +02:00
BeefSpace.toml initial commit 2024-05-26 16:42:26 +02:00
README.md Update README.md 2024-05-26 21:57:24 +02:00

Sqlite-Beef

Its mostly a raw binding so outside of most defines being translated to enums it works very similar to the actual C interface.
Not every enum is assigned correctly, so some casting might be needed when using this binding