prisma / quaint

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

Ast types revamp #121

Closed pimeys closed 4 years ago

pimeys commented 4 years ago

Expression was almost nothing merged with DatabaseValue. DatabaseValue should be Expression and ParameterizedValue should be Value.