gelleson / flym

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flym

The lightweight package for migration of a database inspired by liquibase. The flym can be used as standalone cli and as library in your go application. The flym is fully compatibility with liquibase's change sets. It can apply migration change sets based on YAML, JSON and XML.

Supported database

  • Postgresql (TODO)
  • CockroachDB (TODO)
  • Sqlite3 (TODO)
  • MySQL / MariaDB (TODO)
  • Oracle (TODO)
  • Apache Cassandra (TODO)

Supported ORMs

  • GORM(TODO)

About


Languages

Language:Go 100.0%