-
Notifications
You must be signed in to change notification settings - Fork 15
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
API for accessing column names and types #15
Comments
Sounds good to have! |
Was there a reason you left out prepared statements from the API? Is that the preferred approach for this feature or did you have something else in mind? Like query_with_metadata? |
No reason, and I don't have any ideas. |
Cool, then I'll see if we can have a prepared statement api that covers both esqlite and the deno library! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In Esqlite we can do
and
(copied from one of the tests)
Can we somehow support this as well? (without necessarily exposing prepared statements and such)?
My use case: I'm trying to write a ascii table snapshot of parts of my database and I want to be able to do this dynamically without knowing the columns upfront.
The text was updated successfully, but these errors were encountered: