Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.44 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.44 KB

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