Embedded Database

An embedded database system is a relational database management system which integrates with an application that requires access to stored data including storing of new data via application. In most cases database system is not directly used by end-user and requires little or no ongoing maintenance. SQLDatabase.Net provide such a relational embedded database management system (RDBMS).

One major benefit of SQLDatabase.Net library is that the database combines exceptional performance, reliability and developer efficiency in a proven real-time embedded database engine through standard ANSI sql processing. The developer can write same sql code and use same library on x86 and x64 bit machines for multiple operating system without code changes thus speeding up the development time and reducing in-compatibilities which comes with embedding database.