jmoiron / sqlx

general purpose extensions to golang's database/sql
http://jmoiron.github.io/sqlx/
MIT License
16.3k stars 1.09k forks source link

Postgres / Auto create table #946

Open kamalkech opened 1 month ago

kamalkech commented 1 month ago

Like using mongoose, from model the collection created automatically, so my question there any way to do the same and skip create tables(schema) manually like what exit in your official documentation ??

thank you