prisma / quaint

SQL Query AST and Visitor for Rust
Apache License 2.0
583 stars 62 forks source link

Project description should mention DDL/DML #423

Open jayvdb opened 1 year ago

jayvdb commented 1 year ago

The project readme & description only mention SQL, and the readme mentions "query" a lot. "SQL" is often used to refer to the data query language (DQL), so my initial assessment when looking at this project was it was limited to DQL.

IMO the readme should mention what parts of SQL are supported, especially DDL and DML, the data definition and data manipulation languages.