You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the migration and schema management tools are tied tightly to gobuffalo/pop. I feel as though these tools, representing a bulk of the soda command should be moved to gobuffalo/fizz.
These rebuilt tools can be used by Pop, Gorm, etc... independently. These tools should strive to use only the std lib sql package. If that's not easily do-able, then sqlx will be allowed, but nothing else beyond that.
In addition to allowing projects, such as Pop and Buffalo, to continue using these tools, we can make them available to the wider Go community as whole who need things like migrations, but don't want to use something such as Pop.
Currently the migration and schema management tools are tied tightly to gobuffalo/pop. I feel as though these tools, representing a bulk of the
soda
command should be moved to gobuffalo/fizz.These rebuilt tools can be used by Pop, Gorm, etc... independently. These tools should strive to use only the std lib
sql
package. If that's not easily do-able, thensqlx
will be allowed, but nothing else beyond that.In addition to allowing projects, such as Pop and Buffalo, to continue using these tools, we can make them available to the wider Go community as whole who need things like migrations, but don't want to use something such as Pop.
Related: gobuffalo/pop#154
The text was updated successfully, but these errors were encountered: