hey guys,
i'm looking for module with the following feature:
synchronize database schema(postgresql) from models(json objects): create/update tables, columns, etc. Some modules such as jugglingdb and bookshelf.js provide this feature, but including other software layers for query, insert, validation, etc., which makes it a 'fat' module for my needs.
Some suggestion?