Skip to content

XDatabase is a simple unified library to interact with SQLite, MySQL, MS SQL and MS Access databases (through OLEDB driver). Plus, a set of methods to work with binary data and select not only tables but row, column or a single cell.

License

Notifications You must be signed in to change notification settings

kungfux/xdatabase

Repository files navigation

Badges

Build status NuGet version

XDatabase

XDatabase provides unified methods to interact with various databases. It allows to establish a connection to the database and perform select, create, insert, update and delete queries. In addition, it contains a set of methods to work with binary data and images stored in the database.

Supported databases

  • SQLite
  • MySql
  • MS Access (.mdb) *through OleDb connection
  • MS SQL

Dependency

Note: The only dependencies must be met according to databases you are going to use.

Examples

View Examples

About

XDatabase is a simple unified library to interact with SQLite, MySQL, MS SQL and MS Access databases (through OLEDB driver). Plus, a set of methods to work with binary data and select not only tables but row, column or a single cell.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published