typesql 0.0.1 typesql: ^0.0.1 copied to clipboard
SQL type utilities and helpers for Dart model code generator and query execution
typesql #
SQL type utilities and helpers for Dart model code generator and query execution.
Uses https://github.com/juancastillo0/wasm_run for executing WASM and https://github.com/sqlparser-rs/sqlparser-rs for the underlying implementation.