Dapper.SimpleCRUD 1.8.5

Simple Get, GetList, Insert, Update, and Delete extensions for Dapper. Uses smart defaults for attribute free classes but can be overridden as needed. By default uses Id column as the primary key but this can be overridden with an attribute By default queries the table matching the class name but this can be overridden with an attribute By default queries the column matching the property name but this can be overridden with an attribute - Supports SQL Server, PostgreSQL, and SQLite - Includes async methods when targeting .Net 4.5

No packages depend on Dapper.SimpleCRUD.

Full documentation can be found at http://github.com/ericdc1/Dapper.SimpleCRUD/ * version 1.3.0: Support for multiple schemas, non int primary keys. Fixed issue with editable attribute annotations. Made enums be considered "editable" so you can have integers in the database and represent them as enums in the code and have SimpleCRUD map them without extra pain. * version 1.4.0: Switched to using Nullable.GetUnderlyingType(type) so we don't need to explicitly check for all nullable types. This also has the side effect of fixing checks for nullable enums without the editable attribute. * version 1.4.1: Added support for short and long primary key types on insert method * version 1.5.0 Target .Net 4.5, support for PostgreSQL, SQL Server now uses scope_identity on insert rather than @@identity. Add support for GUID primary keys * version 1.6.0 Target .Net 4.0 and 4.5 and add async support / remove SQLCE support Special thanks to https://github.com/Prnda1976 for help with the pull request backlog * version 1.7.0 Added column attribute and made gets specify column names rather than select * . Changed GUID to autogenerate when the property value is empty. Ability to change database dialect from SQL Server to PostgreSQL. * version 1.8.0 Added support and tests for SQLite. Added additional GetList method that accepts a raw SQL where clause for more advanced queries. * version 1.8.2 Added logo, updated package description * version 1.8.3 Fix for async get method, added additional tests around async methods * version 1.8.4 Fix for custom column name on primary key in get and delete methods * version 1.8.5 Added support for ReadOnly attribute on properties which allows selecting it from the database but ignores it on inserts and updates

Any 0.0

Version Downloads Last updated
2.3.0 1 06/01/2024
2.2.0.1 2 08/02/2023
2.2.0 1 06/01/2024
2.1.0 1 06/01/2024
2.0.1 1 06/01/2024
2.0.0 1 06/01/2024
1.13.0 2 01/24/2024
1.9.3 1 06/01/2024
1.9.2 1 06/01/2024
1.9.1 1 06/01/2024
1.9.0 2 06/01/2024
1.8.7 1 06/01/2024
1.8.6 1 06/01/2024
1.8.5 1 06/01/2024
1.8.4 1 06/01/2024
1.8.3 1 06/01/2024
1.8.2 1 06/01/2024
1.8.1 2 06/01/2024
1.8.0 1 06/01/2024
1.7.0 1 06/01/2024
1.6.0 1 06/01/2024
1.1.3 1 06/01/2024
1.1.2 1 06/01/2024
1.1.1 1 06/01/2024
1.1.0 1 06/01/2024
1.0.7 1 06/01/2024
1.0.6 1 06/01/2024
1.0.5 1 06/01/2024
1.0.4 1 06/01/2024
1.0.3 1 06/01/2024
1.0.2 1 06/01/2024
1.0.1 1 06/01/2024
1.0.0 1 06/01/2024