▲ | hu3 a day ago | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Looks good. For a more database specific, type-safe, data querying solution, I like to use https://kysely.dev | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
▲ | damidekronik a day ago | parent | next [-] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
I am using both prisma and kysely in the same codebase with a great success. The db schema is driven by SQL, not prisma. It is then introspected by both kysely and prisma, prisma is used in 95% of the places while kysely is used whenever performance is critical or when prisma doesn't support the SQL features we need. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
▲ | a day ago | parent | prev [-] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
[deleted] |