Can I store the better auth authentication data in multiple database

I want to use 3 separate database to store things I am using Hono + Drizzle + Postgress
# Use separate databases
USER_DATABASE_URL=postgresql://myuser:mypassword@192.168.30.128:5432/user_db
SESSION_DATABASE_URL=postgresql://myuser:mypassword@192.168.30.128:5432/session_db
AUTH_DATABASE_URL=postgresql://myuser:mypassword@192.168.30.128:5432/auth_db
# Use separate databases
USER_DATABASE_URL=postgresql://myuser:mypassword@192.168.30.128:5432/user_db
SESSION_DATABASE_URL=postgresql://myuser:mypassword@192.168.30.128:5432/session_db
AUTH_DATABASE_URL=postgresql://myuser:mypassword@192.168.30.128:5432/auth_db
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?