SFSQLiteApi is an .NET library to manage SQLite databases in a easy way in your .NET projects. The idea is that you create your data model with objects (each table is a class) and the heavy SQL work is made by the API.
- Create database
- Open database connection
- Close database connection
- Create table
- Get rows total
- Insert row
- Update row
- Delete row
- Select all rows
- Select one row
- Get column max value
- Get key value list
- Get key value as string
- Get table name
- Activate or deactivate logs
If you find any bugs, please submit an issue.
Read the wiki page or check the source code of the test app.
Read the Releases page to check new versions and news.