The Kysely officially recommended workflow is to auto-generate schema from DB (after running migrations). What is recommended solution if I am using `pglite` during the development?
The Kysely officially recommended workflow is to auto-generate schema from DB (after running migrations).
What is recommended solution if I am using
pgliteduring the development?