We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
These should be Str_of or Blob_of.
Execution decorators can deserialize the result and lift T?
The text was updated successfully, but these errors were encountered:
SQLite lets users declare custom types in their create table statements.
CREATE TABLE foo ( id TEXT PRIMARY KEY, b MyCustomType, c MyOtherCustomType );
We could parse these out and map them to actual typescript types. Doing this would require some runtime layer to convert columns to the correct types.
Python bindings have explored this: https://docs.python.org/3/library/sqlite3.html#sqlite3-converters
Sorry, something went wrong.
No branches or pull requests
These should be Str_of or Blob_of.
Execution decorators can deserialize the result and lift T?
The text was updated successfully, but these errors were encountered: