Skip to content

Remove Neon DB adapter and documentation#54

Merged
steve8708 merged 2 commits intomainfrom
ai_main_f61ca2852fe3
Mar 18, 2026
Merged

Remove Neon DB adapter and documentation#54
steve8708 merged 2 commits intomainfrom
ai_main_f61ca2852fe3

Conversation

@steve8708
Copy link
Contributor

@steve8708 steve8708 commented Mar 18, 2026

Summary

Removes the Neon DB adapter from @agent-native/core along with all associated documentation, tests, and package dependencies.

Problem

The Neon database adapter added complexity and an optional peer dependency (@neondatabase/serverless) to the core package. Removing it simplifies the adapter surface area to the two primary supported adapters: Firestore and Supabase.

Solution

Deleted all Neon adapter source files and tests, removed the @neondatabase/serverless dependency from package.json, and updated all documentation and search index entries to reflect that only two adapters (Firestore and Supabase) ship out of the box.

Key Changes

  • Deleted packages/core/src/adapters/neon/adapter.ts — core Neon adapter implementation
  • Deleted packages/core/src/adapters/neon/adapter.spec.ts — all Neon adapter unit tests
  • Updated packages/core/package.json — removed ./adapters/neon subpath export, removed @neondatabase/serverless from peer dependencies, optional peer dependencies, and dev dependencies
  • Updated packages/docs scripts and key-concepts pages — removed Neon code examples, usage guides, and SQL migration references
  • Updated packages/docs/src/routes/docs/database-adapters.tsx and key-concepts.tsx — updated adapter count from three to two, removed Neon card from the adapter grid
  • Updated packages/docs/src/components/searchIndex.ts — removed all Neon references from search index entries

Edit in Builder  Preview


To clone this PR locally use the Github CLI with command gh pr checkout 54

You can tag me at @BuilderIO for anything you want me to fix or change

@netlify
Copy link

netlify bot commented Mar 18, 2026

Deploy Preview for agent-native-fw ready!

Name Link
🔨 Latest commit e922186
🔍 Latest deploy log https://app.netlify.com/projects/agent-native-fw/deploys/69bad0b8488e7a000844e178
😎 Deploy Preview https://deploy-preview-54--agent-native-fw.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@builder-io-integration builder-io-integration bot changed the title Update from the Builder.io agent Remove Neon DB adapter and documentation Mar 18, 2026
@steve8708 steve8708 enabled auto-merge March 18, 2026 15:46
@steve8708 steve8708 merged commit f76f884 into main Mar 18, 2026
9 checks passed
@steve8708 steve8708 deleted the ai_main_f61ca2852fe3 branch March 18, 2026 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants