ozkar's blog

schema.rb

August 03, 2017 | 0 Minute Read

Introducing schema.rb

What is schema.rb?

A simple tool to handle schema migrations.

Why?

Since ive started to use more go, and dont really want to go for a full fledged go solution for ORM and databases.
I decided the best course of action is to simply create a KISS tool to help me migrate databases.

How?

Its made in ruby, since i have a lot of time without programming in ruby and i enjoy the language quite a bit.

Where is it?

Heres the repo: schema.rb
And is being actively used, so bug fixes will be coming regularly for a time.