Skip to content

Export a relational database to hierarchical JSON-based files.

License

Notifications You must be signed in to change notification settings

patveck/jdbc2json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

com.pascalvaneck.jdbc2json

BCH compliance Build Status codecov

Database support

It should work with any SQL database for which a JDBC driver is available, as follows:

  • Make sure the JDBC driver you want to use is on the classpath. Drivers for MariaDB / MySQL, PostgreSQL and SQLite are provided in the Jdbc2Json jar.
  • Specify the correct JDBC connection string with the --url parameter.

About

Export a relational database to hierarchical JSON-based files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages