With this module, you can extract the schema of a MySql database in JSON format, including the relations between tables. It is also possible to extract relations by 'naming convention'.
Sometimes you can find yourself in a situation where you'd like to use a hybrid approach: what if you could structure some parts of your database and leave others to be flexible? Suppose we want to ...
This project provided a hibernate UserType and a dialect with json support. The UserType uses jackson object mappper to do a fast serialize/deserialize of a json string representation. More ...