All Projects → c4milo → Migrator

c4milo / Migrator

Licence: mpl-2.0
Opinionated database migration library for Go applications.

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Migrator

Rpg Boilerplate
Relay (React), Postgres, and Graphile (GraphQL): A Modern Frontend and API Boilerplate
Stars: ✭ 62 (+785.71%)
Mutual labels:  migrations, postgresql
Pop
A Tasty Treat For All Your Database Needs
Stars: ✭ 1,045 (+14828.57%)
Mutual labels:  migrations, postgresql
Pgsodium
Modern cryptography for PostgreSQL using libsodium.
Stars: ✭ 202 (+2785.71%)
Mutual labels:  postgresql, library
Django Migration Linter
🚀 Detect backward incompatible migrations for your django project
Stars: ✭ 231 (+3200%)
Mutual labels:  migrations, postgresql
Dbmate
🚀 A lightweight, framework-agnostic database migration tool.
Stars: ✭ 2,228 (+31728.57%)
Mutual labels:  migrations, postgresql
Go Pg Migrations
A Go package to help write migrations with go-pg/pg.
Stars: ✭ 74 (+957.14%)
Mutual labels:  migrations, postgresql
Node Pg Migrate
Node.js database migration management for Postgresql
Stars: ✭ 838 (+11871.43%)
Mutual labels:  migrations, postgresql
Activerecord Pg enum
Integrate PostgreSQL's enumerated types with the Rails enum feature
Stars: ✭ 125 (+1685.71%)
Mutual labels:  migrations, postgresql
Postgres Migrations
🐦 A Stack Overflow-inspired PostgreSQL migration library with strict ordering and immutable migrations
Stars: ✭ 161 (+2200%)
Mutual labels:  migrations, postgresql
Gokv
Simple key-value store abstraction and implementations for Go (Redis, Consul, etcd, bbolt, BadgerDB, LevelDB, Memcached, DynamoDB, S3, PostgreSQL, MongoDB, CockroachDB and many more)
Stars: ✭ 314 (+4385.71%)
Mutual labels:  postgresql, library
Postgis
PostGIS spatial database extension to PostgreSQL [mirror]
Stars: ✭ 925 (+13114.29%)
Mutual labels:  postgresql
Pgjdbc
Postgresql JDBC Driver
Stars: ✭ 925 (+13114.29%)
Mutual labels:  postgresql
Postgresql exporter
A Prometheus exporter for some postgresql metrics
Stars: ✭ 26 (+271.43%)
Mutual labels:  postgresql
Mongo Connector Postgresql
River from Mongo oplog to postgresql
Stars: ✭ 26 (+271.43%)
Mutual labels:  postgresql
Gpsdetector Library
🌎 Android library. If GPS disabled, dialog shown and if user confirms GPS enabled. (2016)
Stars: ✭ 24 (+242.86%)
Mutual labels:  library
Similarloadingview
A stylish loading view for Android
Stars: ✭ 26 (+271.43%)
Mutual labels:  library
Ofxgrafica
A simple and configurable plotting library for openFrameworks
Stars: ✭ 24 (+242.86%)
Mutual labels:  library
Experdb Db2pg
eXperDB-DB2PG is a data migration solution that transfers data extracted from various DBMSs to eXperDB or PostgreSQL. Currently, Oracle and Oracle Spatial, MySQL, SQL Server(MS-SQL) and Sybase data can be transferred.
Stars: ✭ 24 (+242.86%)
Mutual labels:  postgresql
Downloadlargefilesbyurl
DownloadLargeFilesByUrl is a GAS library for downloading large files from URL to Google Drive using Google Apps Script (GAS).
Stars: ✭ 24 (+242.86%)
Mutual labels:  library
Laravel Relationships Data
Migrations, seeders and factories to get up and running with various relationship types data quickly
Stars: ✭ 27 (+285.71%)
Mutual labels:  migrations

Migrator

GoDoc Build Status

Opinionated database migration library for Go applications.

Supported databases

  • Postgres

When building your project using this library, make sure you pass build tags to compile only the driver you want to use. Example: go build -tags postgres or go test -tags postgres

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].