Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make JSON parsing optional #138

Open
benmerckx opened this issue Sep 11, 2024 · 0 comments
Open

Make JSON parsing optional #138

benmerckx opened this issue Sep 11, 2024 · 0 comments

Comments

@benmerckx
Copy link

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.

benmerckx added a commit to benmerckx/rado that referenced this issue Sep 11, 2024
benmerckx added a commit to benmerckx/rado that referenced this issue Sep 11, 2024
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant