
This .NET library is available for free but web hosting and development time are not. If you want to support us, please
click here to donate via PayPal. Any amount is highly appreciated, thank you!
Devv.Core.UniDataTierDevv.Core.UniDataTier is a generic and easy to use data access layer compatible with SQL Server, Oracle, OleDb and ODBC. Support for other databases (MySQL was tested in the early stages) can be easily added using the provided Enum and overloaded methods. Supports inline SQL and also Store Procedures. This is intended to be easy to use, not the most advanced data library out there.
Default configurationUse the Config class to set the default configuration for this data access library. The default initial values are:
- Encoding: UTF8
- MaxRetry: 2 (max connection retries)
- RetryInterval: 500ms (interval between connection retries)
- LogPath: /DatabaseLogs (inside the application folder, can also be a physical path)
- LogEnabled: False
- QueryFieldNullable: False (if true, empty values will be passed as NULL by the Query object)
CompatibilityThis library should work with any version of .NET from 2.0 onward.
Translations neededIf you speak Spanish, German, French, Italian, Swedish... whatever, you can help us if you have the time. Right now it's available just in English and Portuguese (Brazil). There are just a few messages to be translated, both available in Messages.resx.