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
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