-
Notifications
You must be signed in to change notification settings - Fork 0
Home
IzayoiJiichan edited this page Aug 14, 2024
·
20 revisions
Assembly |
---|
Izayoi.Data.DbCommandAdapter.dll |
Izayoi.Data.DbDataMapper.dll |
Izayoi.Data.Query.dll |
Namespace |
---|
Izayoi.Data |
Izayoi.Data.Query |
Class | Cateogory | Remarks |
---|---|---|
DbCommandAdapter | Command | A DB command adapter. |
DbDataMapper | Mapper | A DB data mapper. |
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. |
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 | - | - |
- Izayoi.Data
- Izayoi.Data.Query
- Izayoi.Data.Repository
- Izayoi.Data.Comparable
- Izayoi.Data.Packs
- Izayoi.Data.TimestampedObjects
- Izayoi.Data.Validation
Examples
- Database
- Map Class
- DbCommandAdapter
- DbDataMapper
- QueryOption
- QueryBuilder
- DbRepository
- Comparable
- Packs
- Timestamped Objects
- DataValidator
FAQ