SQLiteCodeFirst icon indicating copy to clipboard operation
SQLiteCodeFirst copied to clipboard

Creates a SQLite Database based on a EdmModel by using Entity Framework CodeFirst.

Results 6 SQLiteCodeFirst issues
Sort by recently updated
recently updated
newest added

At this point, I believe this is a stable library and I am not planning for anything specific. This is not dead -- I will fix bugs as necessary and...

info

What do you think about migrations-support?

enhancement

HI, I'm exepriencing an issue with foreign key triggers. After database creation only the ON DELETE CASCADE Keyword is present. The key ON UPDATE CASCADE is missing. I'm using the...

enhancement

This PR makes SQLiteCodeFirst FIPS compliant, needed to operate on US federal or many state government systems as it is a requirement for software vendors. SHA512.Create() will return a new...

Dear @msallin , thank you for your work. I am trying to implement migration branch into my project. I have added a new column to my existing table and used...

[System.Data.SqlClient.dll-vulnerabilities.csv](https://github.com/user-attachments/files/15777945/System.Data.SqlClient.dll-vulnerabilities.csv) Steps to reproduce: 1. Install CodeFirst nuget package into solution and rebuild solution 2. Run a Black Duck Binary Analysis scan on the System.Data.SqlClient.dll generated in the build output...