Releases: yss14/postgres-schema-builder
Releases · yss14/postgres-schema-builder
1.3.0
Changelog:
- introduction of postgres views support
View
constructor functionIView
interface- database schema and migration integration
SQL.createView
andSQL.dropView
functionssortViewDependencies
function performing a topological sort on views based on their dependenciesbulkPreparedStatements
util function performing a bulk operation onIQuery
s
Reference Implementation can be found here // TODO
1.2.0
v1.1.0-beta.4
- Migrations multi-node environment support (no api change needed)
v1.1.0-beta.2
- fix build files to export functionality of
v1.1.0-beta.1
v1.1.0-beta.1
Table.select()
supportsWhere.isNull()
andWhere.isNotNull()
v1.1.0-beta.0
DatabaseSchema
interface to manage database schemas and schema migrationsTable.addColumns()
andTable.dropColumns()
typed queries (as well as onSQL
namespace)makeMockDatabase()
util function
v1.0.3
Initial release
This is basically the v1.0
release, supporting all features mentioned in the readme.