Multi dialect CRUD lib
Hi 👋
I am attempting to develop a multi-dialect CRUD library that enables the execution of CRUD operations for various databases, including PostgreSQL, SQLite, MySQL, and others. However, unfortunately, drizzle-ORM is structured in a manner that prevents me from implementing even a basic prototype that includes a create method that supports all databases and ensures complete type accuracy.
Could any team member assist me in initiating this project?
Here's my minimal prototype:
Getting error at
.insert
0 Replies