Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grafbase/sql-ast
https://github.com/grafbase/sql-ast
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/grafbase/sql-ast
- Owner: grafbase
- License: apache-2.0
- Created: 2023-09-11T10:49:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-15T05:53:37.000Z (about 1 year ago)
- Last Synced: 2024-11-14T20:24:53.046Z (2 months ago)
- Language: Rust
- Size: 64.5 KB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SQL AST and Renderer for Rust
Provides AST types to generate SQL queries, and render them as a parameterized String query. So far provides support for PostgreSQL and MySQL dialects, more will follow.