base package - Entity Framework Core implementation of cloudscribe SimpleContent commands and queries
$ dotnet add package cloudscribe.SimpleContent.Storage.EFCore.CommonThis package provides the base Entity Framework Core implementation for cloudscribe SimpleContent commands and queries. It is intended to be used as a foundational library for database-specific EFCore storage providers within the cloudscribe.SimpleContent ecosystem.
Reference this package from your database-specific provider or application project. Typically, you will not use this package directly, but through one of the database provider packages (e.g., MSSQL, MySQL, PostgreSQL, SQLite).
// Example usage (in your DbContext registration)
services.AddSimpleContentEFCoreStorage();
This project is licensed under the Apache-2.0 License. See the LICENSE file for details.