alpha
Login
or
Join now
flo-bit.dev
/
contrail
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/flo-bit/contrail. atproto backend in a bottle
flo-bit.dev/contrail/
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
contrail
/
src
/
core
/
db
/
at
feature/postgres-adapter
3 files
Florian
Merge branch 'main' into feature/postgres-adapter
3mo ago
f9e32254
index.ts
Merge branch 'main' into feature/postgres-adapter
3 months ago
records.ts
feat: add SQL dialect abstraction and PostgreSQL adapter Introduce a dialect layer that abstracts SQL differences between SQLite and PostgreSQL (JSON access, full-text search, type mappings). Add a PostgreSQL adapter using pg with JSONB storage, tsvector FTS, and BIGINT timestamps. Includes unit tests for the dialect layer, PostgreSQL adapter tests, and a full e2e test suite that runs against a real PostgreSQL instance (skipped when TEST_DATABASE_URL is not set).
4 months ago
schema.ts
Merge branch 'main' into feature/postgres-adapter
3 months ago