Feature request: add last_insert_rowid method #151
jmatsushita
started this conversation in
General
Replies: 1 comment 2 replies
-
This project reserves Issues for project bugs, so feature requests go here in Discussions. I'm working on major structural changes, so I prefer not to add more things to migrate for now. In this case, since |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I'm giving a shot at implementing the web version of
expo-sqlite
by wrapping thewa-sqlite
api (with thecrsqlite
extension). One of the api methods on native returns thelast_insert_rowid
, however while it seems that the function is exported it's not currently exposed via thesqlite-api
.Would that be of interest? I'm happy to contribute a PR.
Cheers,
Jun
Beta Was this translation helpful? Give feedback.
All reactions