Probably don't need to explain what SQLite is here. I wonder if JSDoc has markdown rendering because then you could link to sqlite
Can drop Turso reference in the JSDoc string
I wonder if there's a proper JSDoc format for commenting TypeScript types.
Would be super neat if when you went to use sqlite.execute that you could inspect the type of InStatement without leaving your code editor.
Kinda on a slightly different topic. How about we export execute and batch? I think the only reason we didn't was because we couldn't at the time
execute
batch
I don't understand what you mean by this
Kinda on a slightly different topic. How about we export execute and batch?
I think the goal was to keep it consistent with libsql's API
Great! Ready to merge. Optional improvement ideas:
Probably don't need to explain what SQLite is here. I wonder if JSDoc has markdown rendering because then you could link to sqlite
Can drop Turso reference in the JSDoc string
I wonder if there's a proper JSDoc format for commenting TypeScript types.
Would be super neat if when you went to use sqlite.execute that you could inspect the type of InStatement without leaving your code editor.
Kinda on a slightly different topic. How about we export
execute
andbatch
? I think the only reason we didn't was because we couldn't at the timeI don't understand what you mean by this
I think the goal was to keep it consistent with libsql's API
Great! Ready to merge. Optional improvement ideas: