Skip to content

Small Python script which converts SQL dump files to JSON or YAML for creating database fixtures

Notifications You must be signed in to change notification settings

LinqManJr/sqldump-converter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

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

No packages published

Languages

  • Python 100.0%