|
|
|
|
|
by querulous
2634 days ago
|
|
jooq can also introspect your database and ensure you only use existing tables and columns and your data types are in agreement it however requires you do this at compile time, not runtime. does prisma do the introspection at runtime? |
|