Skip to content
IzayoiJiichan edited this page Aug 14, 2024 · 20 revisions

Izayoi.Data

Assemblies

Assembly
Izayoi.Data.DbCommandAdapter.dll
Izayoi.Data.DbDataMapper.dll
Izayoi.Data.Query.dll

Namespaces

Namespace
Izayoi.Data
Izayoi.Data.Query

Classes

Izayoi.Data

Class Cateogory Remarks
DbCommandAdapter Command A DB command adapter.
DbDataMapper Mapper A DB data mapper.

Izayoi.Data.Query

Class Cateogory Remarks
QueryOption Option A build option.
QueryBuilder Builder A query builder.
Select DML A select source.
Insert DML An insert source.
Update DML An update source.
Delete DML A delete source.
BindParameter Parameter A bind paremeter.
BindParameterCollection Parameter List of the bind parameters.

Available Databases

A Database with a package that implements classes that inherit from the DbCommand and DbDataReader classes.

Database Nuget GitHub Project
MySQL MySqlConnector MySqlConnector mysqlconnector.net
PostgreSQL Npgsql Npgsql Npgsql
SQL Server Microsoft.Data.Sqlclient - -
SQLite Microsoft.Data.Sqlite - -
Clone this wiki locally