DatabaseWrapper

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

MIT License

Stars
91
Committers
2

Bot releases are hidden (Show)

DatabaseWrapper - 1.4.4 Latest Release

Published by jchristn about 5 years ago

More encapsulation within queries

DatabaseWrapper - 1.4.3

Published by jchristn about 5 years ago

Expose 'type' property

DatabaseWrapper - 1.4.2

Published by jchristn about 5 years ago

Encapsulate table names in queries

DatabaseWrapper - 1.4.1

Published by jchristn about 5 years ago

Internal optimization and fixes

DatabaseWrapper - 1.4.0

Published by jchristn about 5 years ago

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

DatabaseWrapper - 1.3.2

Published by jchristn over 5 years ago

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