KpokPatagon.Data.SQLite


Assembly

Version:
10.0.25282.1
Product version:
KpokPatagon-CI_main_20251009.1+7bfc0d0606a5968f9686fde727e1a6251cc4e589
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.