Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support for supabase #49

Open
electroheadfx opened this issue Sep 19, 2023 · 5 comments
Open

Add Support for supabase #49

electroheadfx opened this issue Sep 19, 2023 · 5 comments
Labels
enhancement New feature or request

Comments

@electroheadfx
Copy link

it would like nice: https://supabase.com

@electroheadfx
Copy link
Author

hmm looks I can connect drizzle to supabase: https://orm.drizzle.team/docs/quick-postgresql/supabase
so it should be seamless, anyone tested it ?

@paradisi-davide-servizi

@electroheadfx i did, seems to be working nicely but keep in mind it's my first time working with supabase
it would be extra nice tying in supabase auth to have a single solution for both database and auth...

@nicoalbanese nicoalbanese added the enhancement New feature or request label Dec 26, 2023
@edgarasben
Copy link

Here is the Next.js Supabase starter, the latest way of implementing the Supabase Auth:

https://github.com/vercel/next.js/tree/canary/examples/with-supabase

@OmegaHawkeye
Copy link

OmegaHawkeye commented Feb 10, 2024

Hey, really love the project.
I wanted to ask if it is okay if I work on adding Supabase as an Auth Provider and make a PR for it?

@Aymericr
Copy link

Installing Supabase CLI and running it locally in Docker produces the following

DATABASE_URL="postgresql://postgres:postgres@127.0.0.1:54322/postgres"

Different from the Kirimase default:

DATABASE_URL="postgres://postgres:postgres@localhost:5432/{DB_NAME}"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

6 participants