Query builder insert
What is the syntax for creating an insert query with the query builder ?
There are some examples on the website showcasing
There are some examples on the website showcasing
select, but i'm looking for insert logic, which the query builder under drizzle-orm/sqlite-core is missing ( seems to only have select on the QueryBuilder)