comon_orm_postgresql 0.0.1-alpha.4 copy "comon_orm_postgresql: ^0.0.1-alpha.4" to clipboard
comon_orm_postgresql: ^0.0.1-alpha.4 copied to clipboard

PostgreSQL adapter for comon_orm with runtime queries, migrations, and schema introspection.

Changelog #

0.0.1-alpha.4 #

  • Synchronized with 0.0.1-alpha.4 release line across the monorepo.

0.0.1-alpha.3 #

  • Implemented MigrationCapableDatabaseAdapter interface with createMigrationExecutor() for runtime migration support.
  • Added lib/migrations.dart barrel export for migration tooling (PostgresqlMigrationCli, PostgresqlMigrationPlanner, PostgresqlMigrationRunner, PostgresqlMigrationService).
  • Migrated CLI entry point to shared provider CLI support infrastructure from core.
  • Enhanced adapter with query logging integration and expanded middleware support.

0.0.1-alpha.2 #

  • Added native PostgreSQL upsert and createMany(skipDuplicates) through ON CONFLICT SQL.
  • Split the runtime into SQL-builder, relation-materializer, and transaction modules without changing the public adapter API.
  • Added SQL pushdown for distinct + cursor queries and documented pool-backed runtime openers.

0.0.1-alpha.1 #

  • Added generated-metadata runtime opening through openFromGeneratedSchema(...) and generated PostgreSQL client helpers.
  • Moved normal runtime usage away from schema-path bootstrap toward generated metadata plus runtime datasource resolution.
  • Updated adapter/runtime tests to cover generated runtime metadata flows.
  • Refreshed docs and examples to match the generated-runtime-first PostgreSQL path.

0.0.1-alpha #

  • First public alpha release.
  • Added the PostgreSQL runtime adapter for comon_orm.
  • Added PostgreSQL schema application, introspection, migration planning, apply, rollback, and status workflows.
  • Added adapter bootstrap helpers from schema.prisma and PostgreSQL connection URLs.
0
likes
140
points
29
downloads

Documentation

Documentation
API reference

Publisher

verified publisherserezhia.ru

Weekly Downloads

PostgreSQL adapter for comon_orm with runtime queries, migrations, and schema introspection.

Repository (GitHub)
View/report issues
Contributing

Topics

#orm #prisma #postgresql #migrations #codegen

License

MIT (license)

Dependencies

comon_orm, postgres

More

Packages that depend on comon_orm_postgresql