drizzle-orm
drizzle-orm copied to clipboard
[SQLite] Add support for limit in SQLite update
Allow for LIMIT to be used in SQLite update statements to restrict the number of rows affected by an update query. Also added test and type tests. Related #535