querybuilder
https://github.com/sqlkata/querybuilder
C#
SQL query builder, written in c#, helps you build complex queries easily, supports SqlServer, MySql, PostgreSql, Oracle, Sqlite and Firebird
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
C# not yet supported29 Subscribers
View all SubscribersAdd a CodeTriage badge to querybuilder
Help out
- Issues
- Insert many with IEnumerable<object>
- Adds multi-row insert with list of dictionaries (#663)
- Supporting multi-row inserts with IEnumerable<IEnumerable<KeyValuePair<string, object>>>
- Oracle Error ORA-00933 (SQL command not properly ended) on insert of many entities
- Example of GetMultiple(Async) method on QueryFactory
- Added joins on CompileUpdateQuery for issue #637
- Sqlite Compiler wraps columns into string literals, preventing the 'No Such Column' exception from occurring (returning the string literal instead of throwing)
- [Feature request] Insert ignore in mysql, on conflict do nothing postgresql
- Disposing QueryFactory dispose also my connection
- Any plans to introduce compiler for in-memory data?
- Docs
- C# not yet supported