KpokPatagon.Data.SQLite


Assembly

Version:
10.0.25249.1
Product version:
KpokPatagon-CI_main_20250906.1+dc75577e9f4ecde646ed76cb7b51a3278d760c1f
Product:
Kpok Patagon Framework
Culture:
neutral
Public key token:
856a2402e38a9992

Namespaces (4)

KpokPatagon.Data.SQLite

TypeSummary
SQLiteCmdBuilder This class is a helper that aids in the construction of SQL statements based on Statement objects and can be used as a base class for those that implements specific funcionality.
SQLiteDataModelCmdBuilder Implements an IDataModelCmdBuilder that builds database commands for IDataModel objects for SQlite.
SQLiteDbAccess Implements an IDbAccess for SQLite.
SQLiteDbCmdBuilder Implements the command builder functionality based on Statements for SQLite.
SQLiteDbFormatter Implements an IDbFormatter for SQLite.
SQLiteDbNameQualifier Implements an IDbNameQualifier for SQLLite.

KpokPatagon.Data.SQLite.DatabaseSchema

TypeSummary
SQLiteSchemaDiscoverer Implements an ISchemaDiscoverer for SQLite.
SQLiteSchemaProvisioner Implements an ISchemaProvisioner for SQLite.
SQLiteTableComparisonService Implements a ITableComparisonService for SQlite.
SQLiteViewBuilder Implements an IViewBuilder for SQLite.

KpokPatagon.Data.SQLite.Dba

TypeSummary
SQLiteDbaServices Provides DBA services for SQLite databases.

KpokPatagon.Data.SQLite.DependencyInjection

TypeSummary
SQLiteBuilderExtensions Builder extensions methods to register services for SQLite.