db
db copied to clipboard
Version control for databases: save, restore, and archive snapshots of your database from the command line
I'm getting this error but it also says a snapshot was made successfully. I'm concerned that its taking invalid snapshots. ``` mysqldump: Error: 'Access denied; you need (at least one...
Hi, could we have the ability to save only specific table vs the whole db ?
I have a remote environment `prod` I can `save` and `load` to correctly ``` $ db load prod d1b79e59d484a512552a6cc0587ff287ec2d427901dd8d494a6b32fe mysql: [Warning] Using a password on the command line interface can...
Is there a way to programmatically reference the latest save/hash? In git this would be the equivalent of `HEAD` for example: ``` db export production HEAD /blah/blah/dump.sql ```
Hi! I really like this project and the idea of it! Great work. My goto db is PostgreSQL, are there any plans to support it?