Started rasql-model

This commit is contained in:
ZacJW 2025-06-16 07:54:00 +01:00
parent 177490cf4d
commit 9eb02a767b
4 changed files with 99 additions and 0 deletions

7
rasql-model/Cargo.toml Normal file
View file

@ -0,0 +1,7 @@
[package]
name = "rasql-model"
version = "0.1.0"
edition = "2024"
[dependencies]
sqlparser = "0.54.0"