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
/
at
feature/postgres-adapter
2 folders
4 files
Florian
small fixes, cleanup, add changeset
3mo ago
c6f82da2
adapters
small fixes, cleanup, add changeset
3 months ago
core
small fixes, cleanup, add changeset
3 months ago
contrail.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
generate.ts
fixes
4 months ago
index.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
server.ts
switch to library
4 months ago