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

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

Changelog #

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
160
points
165
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