danthegoodman1 / RustyGraphDB

Learning graph DBs in Rust
0 stars 0 forks source link

Use PRQL for query language? #1

Open danthegoodman1 opened 8 months ago

danthegoodman1 commented 8 months ago

If we decide to add in a query language, maybe PRQL is the best bet

See https://github.com/PRQL/prql/blob/main/crates/prql-parser/src/lib.rs

danthegoodman1 commented 8 months ago

An alternative is either my YAMLQL idea, or making our own query language (😅). Depends on how much I want to learn/suffer