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
/
tests
/
at
feature/postgres-adapter
13 files
Florian
small fixes, cleanup, add changeset
3mo ago
c6f82da2
dialect.test.ts
small fixes, cleanup, add changeset
3 months ago
generate.test.ts
commit
4 months ago
helpers.test.ts
add tests, fixes
4 months ago
helpers.ts
switch to library
4 months ago
hydrate.test.ts
split records into tables
4 months ago
notify.test.ts
less read/writes
4 months ago
persistent.test.ts
feat: add persistent ingestion mode with batch flushing Add runPersistent() for long-lived Jetstream ingestion that batches events and flushes periodically. Handles reconnection, graceful shutdown via AbortSignal, and cursor persistence across restarts. Includes unit tests.
4 months ago
postgres-e2e.test.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
postgres.test.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
records.test.ts
split records into tables
4 months ago
schema.test.ts
split records into tables
4 months ago
search.test.ts
switch sqlite to node:sqlite
3 months ago
types.test.ts
add tests, fixes
4 months ago