stellarsql / StellarSQL

🚧 (Archived) StellarSQL: a minimal SQL DBMS written in Rust
https://stellarsql.github.io/StellarSQL/stellar_sql/
MIT License
86 stars 16 forks source link

New DataType: URL type #22

Closed tigercosmos closed 5 years ago

tigercosmos commented 5 years ago

Implemet new datatype for URL

https://github.com/tigercosmos/StellarSQL/blob/2ae5d03ff7ecbb607785a4da24c49f986328a023/src/component/datatype.rs#L2-L8

probably use this crate rust-url

I can mentor if someone is interested in this issue.

tigercosmos commented 5 years ago

https://github.com/stellarsql/StellarSQL/commit/fd258ccef7405c5e5a86c58491c69784d4548658