Skip to content

simaoferreira24694/dotnet-sf-sqlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SFSQLiteApi

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.

​Features

  • 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

Issues

If you find any bugs, please submit an issue.

How to use

Read the wiki page or check the source code of the test app.

Releases

Read the Releases page to check new versions and news.