You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to create a wrapper over this library in rado (type safe query builder). Parsing columns that align to the JSON_SUBTYPE is making this hard because it requires keeping track of whether an expression could return parsed results or not. Making the parsing optional (always returning text) would make wrapping a lot easier.
The text was updated successfully, but these errors were encountered:
* Add deno drivers
* Restructure drivers
* Rename drivers to be a bit more descriptive. We won't always have a package name anyway.
* Oops, seems this only works from tsc 5.6 onwards
* Remove @db/sqlite driver for now, see denodrivers/sqlite3#138
* Revert readme changes, we'll document this later
* Bundle driver tests
* Cleanup
* Check in lockfile
I'm trying to create a wrapper over this library in rado (type safe query builder). Parsing columns that align to the JSON_SUBTYPE is making this hard because it requires keeping track of whether an expression could return parsed results or not. Making the parsing optional (always returning text) would make wrapping a lot easier.
The text was updated successfully, but these errors were encountered: