sjh37 / EntityFramework-Reverse-POCO-Code-First-Generator

EntityFramework Reverse POCO Code First Generator - Beautifully generated code that is fully customisable. This generator creates code as if you reverse engineered a database and lovingly created the code by hand. It is free to academics (you need a .edu or a .ac email address), not free for commercial use. Obtain your licence from
https://www.reversepoco.co.uk/
Other
706 stars 229 forks source link

SQLite >> int to INTEGER #651

Open bobbyangers opened 3 years ago

bobbyangers commented 3 years ago

Our testing requirements requires us to use SQLite.

However, when generating the model, certain database types, like int should become "INTEGER"; ie for AUTOINCREMENT (ie IDENTITY columns);

Would it possible to support SQLite ?

sjh37 commented 3 years ago

Hi @bobbyangers I will definitely add support for SQLite. Seems to be fairly straight forward as most of it is already there from the SQL Server implementation. I'm currently adding support for .Net 5 and EFCore5.

If you want to make it work now, take a look at: