stellar is a tool for creating and restoring database snapshots
Project description
Stellar - Fast database snapshots for development. It's like Git for databases.
=======
Stellar allows you to quickly restore database when you are e.g. writing database migrations, switching branches or messing with SQL. PostreSQL and MySQL are supported.
![Screenshot of Stellar terminal window](http://imgur.com/0fXXdcx.png)
How to get started
-------
You can install Stellar with `pip`.
```$ pip install stellar```
After that, you should go to your project folder and initialize Stellar settings. Stellar initialization wizard will help you with that.
```$ stellar init```
Stellar settings are saved as 'stellar.yaml' so you probably want to add that to your `.gitignore`.
```$ echo stellar.yaml >> .gitignore```
Done! :dancers:
How to take a snapshot
-------
```$ stellar snapshot SNAPSHOT_NAME```
How to restore from a snapshot
-------
```$ stellar restore SNAPSHOT_NAME```
=======
Stellar allows you to quickly restore database when you are e.g. writing database migrations, switching branches or messing with SQL. PostreSQL and MySQL are supported.
![Screenshot of Stellar terminal window](http://imgur.com/0fXXdcx.png)
How to get started
-------
You can install Stellar with `pip`.
```$ pip install stellar```
After that, you should go to your project folder and initialize Stellar settings. Stellar initialization wizard will help you with that.
```$ stellar init```
Stellar settings are saved as 'stellar.yaml' so you probably want to add that to your `.gitignore`.
```$ echo stellar.yaml >> .gitignore```
Done! :dancers:
How to take a snapshot
-------
```$ stellar snapshot SNAPSHOT_NAME```
How to restore from a snapshot
-------
```$ stellar restore SNAPSHOT_NAME```
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
stellar-0.3.1.tar.gz
(8.1 kB
view details)
File details
Details for the file stellar-0.3.1.tar.gz
.
File metadata
- Download URL: stellar-0.3.1.tar.gz
- Upload date:
- Size: 8.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 10336a8bfe6e73a73d76ecc8c975a0cbcc54c5c9340b5cbdafc8188ea0c4742b |
|
MD5 | 98f12370b1f3691421faade00e59deb5 |
|
BLAKE2b-256 | 8eba6b5357fd34a3709da6d60a36148865fb6849b31876866f434bbe6be86a06 |