Integration - Databases¶
The Crystal Sharp framework offers seamless integration with both relational database management systems (RDBMS) and NoSQL databases. It provides integration capabilities with the following databases:
- Microsoft SQL Server
- Oracle
- PostgreSQL
- MySQL
- MongoDB
- RavenDB
Integration of the databases is supported through NuGet packages. Take a look at the following list of NuGet packages specifically designed for the supported databases:
NuGet Package | Database |
---|---|
CrystalSharp.MsSql | Microsoft SQL Server |
CrystalSharp.Oracle | Oracle |
CrystalSharp.PostgreSql | PostgreSQL |
CrystalSharp.MySql | MySQL |
CrystalSharp.MongoDb | MongoDB |
CrystalSharp.RavenDb | RavenDB |