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
/
at
feature/postgres-adapter
2 folders
8 files
Florian
small fixes, cleanup, add changeset
3mo ago
c6f82da2
db
Merge branch 'main' into feature/postgres-adapter
3 months ago
router
Merge branch 'main' into feature/postgres-adapter
3 months ago
backfill.ts
small fixes, cleanup, add changeset
3 months ago
client.ts
improve backfilling
4 months ago
dialect.ts
small fixes, cleanup, add changeset
3 months ago
identity.ts
switch to library
4 months ago
jetstream.ts
small fixes
4 months ago
persistent.ts
small fixes, cleanup, add changeset
3 months ago
search.ts
add feed stuff (better not to use that yet ^^)
4 months ago
types.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