Search code examples
.netsqlitesql-server-ce

Is there a SQL Server Compact code generator that works with SQLite?


SQL Compact Code Generator is pretty nice to work with, it's a standalone GUI application for automatically generating a .NET data access layer code for objects in a SQL Server Compact Edition database.

I'd like to know if there is a similar program for working with non-compact SQlite (.sqlite database). Does anyone know?


Solution

  • Yes, my free Visual Studio extension SQLite Toolbox includes code genration for the sqlite-net API