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

[Docs]: Postgres user database #1618

Closed
cybercoder-naj opened this issue Jul 1, 2024 · 1 comment
Closed

[Docs]: Postgres user database #1618

cybercoder-naj opened this issue Jul 1, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@cybercoder-naj
Copy link

Description

image

The issue and image are about this page in the documentation. As supported by my code as well, it seems that the types force the user to have a "user" database with only 1 column, i.e. text('id').primaryKey(). The DrizzlePostgreSQLAdapter doesn't seem to accept any other kind of database.

I am required to store the name, age, email, and hashed_password in the user database but I don't seem that I can. Am i understanding this the wrong way?

@cybercoder-naj cybercoder-naj added the documentation Improvements or additions to documentation label Jul 1, 2024
@cybercoder-naj
Copy link
Author

Nevermind.. I made an error with the types in my reproduction.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant