-
Notifications
You must be signed in to change notification settings - Fork 2
Small Python script which converts SQL dump files to JSON or YAML for creating database fixtures
rstrobl/sqldump-converter
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
sqldump-converter ================= This is a simple converter which can convert SQL dumps to JSON and YAML which might be useful to create fixtures. Dependencies: $ pip install simplejson $ pip install pyyaml Usage example: $ ./convert.py -pf json sql/examples.dump > fixtures/examples.json For more information type: $ ./convert.py --help
About
Small Python script which converts SQL dump files to JSON or YAML for creating database fixtures
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published