Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stazz/sqlgenerator
SQLGenerator is C# DSL to generate SQL statements.
https://github.com/stazz/sqlgenerator
Last synced: about 2 months ago
JSON representation
SQLGenerator is C# DSL to generate SQL statements.
- Host: GitHub
- URL: https://github.com/stazz/sqlgenerator
- Owner: stazz
- Created: 2017-06-05T20:39:37.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2017-06-29T07:59:06.000Z (over 7 years ago)
- Last Synced: 2024-11-13T13:52:02.429Z (2 months ago)
- Language: C#
- Size: 72.3 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C\# DSL for Generating SQL statements
This project provides C# API to safely generate SQL statements, without using syntactical string constants.
TODO more documentation.