This package is the low level sql interface. It powers the new SqlDatastore and defines the usual BSM style table structure.
Use document templates and the {@link com.infodesire.v20.sql.DocumentService} to provide means for insert, update, delete functions, along with relation persistence and queries with joins.
The {@link com.infodesire.v20.sql.MappingService} provide means to map template names and field names to table names and column names.
The {@link com.infodesire.v20.sql.PrimaryKeyService} provides centralized primary keys for all tables.
The {@link com.infodesire.v20.sql.StructureService} provides SQL table creation, alteration and deletion via ddl and bsm templates.