DatabaseWrapper Versions Save

Simple database wrapper for Microsoft SQL Server, MySQL, PostgreSQL, and Sqlite written in C# supporting dynamic query building and nesting using expressions.

1.4.4

4 years ago

More encapsulation within queries

1.4.3

4 years ago

Expose 'type' property

1.4.2

4 years ago

Encapsulate table names in queries

1.4.1

4 years ago

Internal optimization and fixes

1.4.0

4 years ago

Programmatic table creation (CREATE TABLE) and drop (DROP TABLE)

1.3.2

4 years ago

Breaking change: rework Mssql SELECT pagination (no longer using an inner and outer query), requires ORDER BY clause be set now.