SQLAlchemy
Python Postgres bridge starter preview
A SQLAlchemy 2.x declarative mapping for bridge entities and JSON attributes.
Transactions cover the bridge PostgreSQL database only; they do not create a distributed KynetraDB Universal Log transaction.
crud: bridge-only scalar filters: bridge-only transactions: bridge-only vector search: raw-query
Hibernate / JPA
JVM Postgres bridge starter preview
A JPA entity mapping for the bridge table with JSON and array columns.
Transactions cover the bridge PostgreSQL database only; they do not create a distributed KynetraDB Universal Log transaction.
crud: bridge-only scalar filters: bridge-only transactions: bridge-only vector search: raw-query
Entity Framework Core
.NET Postgres bridge starter preview
An EF Core entity and model configuration for Npgsql-backed bridge deployments.
Transactions cover the bridge PostgreSQL database only; they do not create a distributed KynetraDB Universal Log transaction.
crud: bridge-only scalar filters: bridge-only transactions: bridge-only vector search: raw-query
Django ORM
Python / Django Postgres bridge starter preview
An unmanaged Django model for reading and writing bridge entities without owning migrations.
Transactions cover the bridge PostgreSQL database only; they do not create a distributed KynetraDB Universal Log transaction.
crud: bridge-only scalar filters: bridge-only transactions: bridge-only vector search: raw-query
Active Record
Ruby on Rails Postgres bridge starter preview
A Rails model for the bridge table with ownership and validation boundaries.
Transactions cover the bridge PostgreSQL database only; they do not create a distributed KynetraDB Universal Log transaction.
crud: bridge-only scalar filters: bridge-only transactions: bridge-only vector search: raw-query
Sequelize
Node.js / TypeScript Postgres bridge starter preview
A Sequelize model definition for JSONB attributes and float-array embeddings.
Transactions cover the bridge PostgreSQL database only; they do not create a distributed KynetraDB Universal Log transaction.
crud: bridge-only scalar filters: bridge-only transactions: bridge-only vector search: raw-query
TypeORM
Node.js / TypeScript Postgres bridge starter preview
A TypeORM entity mapping for the bridge-owned table.
Transactions cover the bridge PostgreSQL database only; they do not create a distributed KynetraDB Universal Log transaction.
crud: bridge-only scalar filters: bridge-only transactions: bridge-only vector search: raw-query
Diesel
Rust Postgres bridge starter preview
A Diesel table declaration and queryable bridge entity.
Transactions cover the bridge PostgreSQL database only; they do not create a distributed KynetraDB Universal Log transaction.
crud: bridge-only scalar filters: bridge-only transactions: bridge-only vector search: raw-query
GORM
Go Postgres bridge starter preview
A GORM model using pgtype for JSONB and float-array bridge columns.
Transactions cover the bridge PostgreSQL database only; they do not create a distributed KynetraDB Universal Log transaction.
crud: bridge-only scalar filters: bridge-only transactions: bridge-only vector search: raw-query
Ecto
Elixir / Phoenix Postgres bridge starter preview
An Ecto schema for bridge entities with migration ownership disabled.
Transactions cover the bridge PostgreSQL database only; they do not create a distributed KynetraDB Universal Log transaction.
crud: bridge-only scalar filters: bridge-only transactions: bridge-only vector search: raw-query