AutoQuery AutoGen​
The recommended way to auto generate Tables and APIs for your existing RDBMS tables is to use AutoQuery AutoGen whose declarative nature allows us to easily generate AutoQuery & Crud Services using just declarative DTOs.
T4 Templates​
OrmLite's T4 Template are useful in database-first development or when wanting to use OrmLite with an existing RDBMS by automatically generating POCO's and strong-typed wrappers for executing stored procedures.
<PackageReference Include="ServiceStack.OrmLite.T4" Version="8.*" />