Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnmurray/ptk-schema
Programming Tool Kit - Schema Tool
https://github.com/johnmurray/ptk-schema
Last synced: about 2 months ago
JSON representation
Programming Tool Kit - Schema Tool
- Host: GitHub
- URL: https://github.com/johnmurray/ptk-schema
- Owner: JohnMurray
- License: mit
- Created: 2013-11-27T13:40:37.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-29T01:05:50.000Z (about 11 years ago)
- Last Synced: 2024-10-15T23:26:01.256Z (3 months ago)
- Language: Go
- Size: 289 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Programming Tool Kit - Schema Tool
==========[ ![Build status - Travis-ci][3] ][4]
This projct is part of [my][1] personal toolkit (ptk). Since I'm really just getting
started with this set of tools, this is my first. The `schema` tool is a
framework-agnostic and db-agnostic way of managing and versioning your schema. There
are a lot of great schema-management tools out there, but they are either tied to a
particular framework, written in a set of languages that make it difficult to install
for most people, or are tied to a particular database or set of databases.The aim of the `schema` tool is to provide one binary (for all platforms) that can be
easily installed and used with a variety of databses (any database that has a schema).
The tool also aims to offer a set of useful features for versioning your schemas,
tracking changes in your database, and aiding with development within a large team.## Installation
Currently there is no proper installation script. But you can do a local build
fairly simply and will need `go` installed (>= 1.0.2).```sh
git checkout git://github.com/JohnMurray/ptk-schema schema
cd ./schema
make# installed to ./bin/schema
./bin/schema -h
```For more information see the [wiki][2]
[1]: http://johnmurray.io
[2]: http://github.com/johnmurray/ptk-schema
[3]: https://secure.travis-ci.org/JohnMurray/ptk-schema.png
[4]: https://travis-ci.org/JohnMurray/ptk-schema