Skip to content
/ pop Public
forked from gobuffalo/pop

A Tasty Treat For All Your Database Needs

License

Notifications You must be signed in to change notification settings

friesencr/pop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My fork

  • in memory version comparisions instead of doing sql call per version
  • --no-schema for skipping schema dumps
  • .notx extension support for skipping transaction ex. migrations/20220517232343_add_columns_to_users.postgres.notx.up.sql

From source# For go version 1.20 and later,

Without sqlite 3 support:

go install github.com/friesencr/pop/v6/soda@latest

With sqlite 3 support (requires GCC or equivalent C compiler):

go install -tags sqlite github.com/friesencr/pop/v6/soda@latest

Please visit http://gobuffalo.io for the latest documentation, examples, and more.

About

A Tasty Treat For All Your Database Needs

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.4%
  • Other 0.6%