You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe is it possible to split this package into something like dbi with low lovel api for execution raw sql queries and emacsql for generating those queries from dsl. This will allow to build another tools on top of dbi library.
What do you think?
The text was updated successfully, but these errors were encountered:
I'd welcome this as I've come to realize that SQL is a pretty alright DSL in its own and having a few helper functions (for fetching one value, one row, all rows, etc.) on top of a query/exec function taking the query string as argument with support for parameters is all I need.
I have no plans to implement some intermediate layer in Emacsql, such as
a few helper functions (for fetching one value, one row, all rows, etc.) on top of a query/exec function taking the query string as argument with support for parameters is all I need.
Maybe is it possible to split this package into something like
dbi
with low lovel api for execution raw sql queries andemacsql
for generating those queries from dsl. This will allow to build another tools on top ofdbi
library.What do you think?
The text was updated successfully, but these errors were encountered: