Skip to content

Conversation

kaposke
Copy link

@kaposke kaposke commented Sep 6, 2025

☕️ Reasoning

Adding adapter for Postgres.js. I've followed the basis from the pg adapter, except I'm using postgres' naming conventions (pg adapter frustratingly doesn't). I believe to have modified all the necessary files, but please point out anything I might have missed. I'm assuming the custom deploy script takes care of creating the package?

🧢 Checklist

  • Documentation
  • Tests
  • Ready to be merged

Hopefully?

🎫 Affected issues

I think I'm creating my own demand here, but hopefully this serves someone.

📌 Resources

Copy link

vercel bot commented Sep 6, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
auth-docs Ready Ready Preview Comment Sep 6, 2025 3:28pm
1 Skipped Deployment
Project Deployment Preview Comments Updated (UTC)
next-auth-docs Ignored Ignored Preview Sep 6, 2025 3:28pm

Copy link

vercel bot commented Sep 6, 2025

@kaposke is attempting to deploy a commit to the authjs Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions github-actions bot added the adapters Changes related to the core code concerning database adapters label Sep 6, 2025
@@ -13,7 +13,8 @@ export default {
mongodb: "MongoDB",
neo4j: "Neo4j",
neon: "Neon",
pg: "PostgreSQL",
pg: "PostgreSQL (pg)",
postgresjs: "Postgres.js",
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could also become:

  • pg and Postgres.js
  • Postgres (pg) and Postgres (Postgres.js)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
adapters Changes related to the core code concerning database adapters
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant