All Projects → not-kennethreitz → records-migrate

not-kennethreitz / records-migrate

Licence: Apache-2.0 license
A migration system for Records.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to records-migrate

Records
SQL for Humans™
Stars: ✭ 6,761 (+22436.67%)
Mutual labels:  forhumans, kennethreitz
Maya
Datetimes for Humans™
Stars: ✭ 3,298 (+10893.33%)
Mutual labels:  forhumans, kennethreitz
rec-core
Data pipelining service
Stars: ✭ 19 (-36.67%)
Mutual labels:  records
std
stdout, for humans.
Stars: ✭ 17 (-43.33%)
Mutual labels:  forhumans
jrec
Literally the best anonymous records
Stars: ✭ 31 (+3.33%)
Mutual labels:  records
record-builder
Record builder generator for Java records
Stars: ✭ 426 (+1320%)
Mutual labels:  records
Language Ext
C# functional language extensions - a base class library for functional programming
Stars: ✭ 3,964 (+13113.33%)
Mutual labels:  records
awesome-csv
Awesome Comma-Separated Values (CSV) - What's Next? - Frequently Asked Questions (F.A.Q.s) - Libraries & Tools
Stars: ✭ 46 (+53.33%)
Mutual labels:  records
DDDToolbox
A set of Roslyn refactorings supporting DDD design
Stars: ✭ 31 (+3.33%)
Mutual labels:  records
ordo
Ordo: A minimalist language with row polymorphism
Stars: ✭ 50 (+66.67%)
Mutual labels:  records
Requests
A simple, yet elegant, HTTP library.
Stars: ✭ 46,558 (+155093.33%)
Mutual labels:  forhumans
basecampy3
A Python API for Basecamp 3
Stars: ✭ 31 (+3.33%)
Mutual labels:  forhumans
Requests Html
Pythonic HTML Parsing for Humans™
Stars: ✭ 12,268 (+40793.33%)
Mutual labels:  kennethreitz
Legit
Git for Humans, Inspired by GitHub for Mac™.
Stars: ✭ 5,682 (+18840%)
Mutual labels:  kennethreitz
Python Guide
Python best practices guidebook, written for humans.
Stars: ✭ 24,050 (+80066.67%)
Mutual labels:  kennethreitz
Setup.py
📦 A Human's Ultimate Guide to setup.py.
Stars: ✭ 4,963 (+16443.33%)
Mutual labels:  kennethreitz
Awesome Coins
₿ A guide (for humans!) to cryto-currencies and their algos.
Stars: ✭ 3,469 (+11463.33%)
Mutual labels:  kennethreitz
pysoundcloud
Scraping the Un–scrapable™
Stars: ✭ 63 (+110%)
Mutual labels:  kennethreitz
coinbin.org
₿ A Human–Friendly API Service for Crypto Currency Information.
Stars: ✭ 255 (+750%)
Mutual labels:  kennethreitz

Records-Migrate: a migration system for Records

A migration system for the Records Python library.

Intented Usage

Assuming DATABASE_URL is set:

$ records-migrate check
all migrations appear to be applied!

$ records-migrate new
Created file migrations/0003.sql. Feel free to add a suffix to the file name.

$ records-migrate apply
Applied migration 3/5...,,

$ records-migrate schema
Dumps out SQL script for generating the schema.

Considerations

  • Don't base migration order on file creation time, as Heroku strips the data on deploy.
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].