Skip to content

feat: make dactyl a thin application read write driver - #48

Merged
alexhraber merged 3 commits into
mainfrom
agent/unknown/code-01kzb14pzzgekyfs
Aug 6, 2026
Merged

feat: make dactyl a thin application read write driver#48
alexhraber merged 3 commits into
mainfrom
agent/unknown/code-01kzb14pzzgekyfs

Conversation

@alexhraber

@alexhraber alexhraber commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Closes #47.

Dactyl is now a thin application-layer read/write driver for local SQLite and Vercel Neon. The shared facade binds typed values, forwards raw SQL, normalizes rows, returns affected counts, and exposes typed adapter errors.

This removes rusqlite and the macro/query-analysis surface, and keeps schema administration, transactions, retries, analytics, and business intelligence outside the crate. README, crates.io metadata (#datastore #vercel #postgres #sql #sqlite), tests, Decapod 0.96.13 entrypoints, managed Dockerfile, living specs, and governance receipts are refreshed.

@alexhraber
alexhraber merged commit 7a6d825 into main Aug 6, 2026
1 check passed
@alexhraber
alexhraber deleted the agent/unknown/code-01kzb14pzzgekyfs branch August 6, 2026 08:31
This was referenced Aug 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[dactyl] Complete the rusqlite-free SQLite application-driver contract

1 participant