-
Notifications
You must be signed in to change notification settings - Fork 67
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
GORM with Postgres: 'information_schema' does not exist #97
Comments
I'm getting the same error. Please fix! |
Any update on this issue? |
I didn't work on this issue for a while, it requires to emulate Postgres's That said, if it's blocking for a lot of use case, maybe it's worth it. I'll take a look again |
ramsql would be extremely useful for many projects in my company, if it would work with postgres. Without this, it's unusable for us, unfortunately. |
What sql drivers does ramsql support, if not postgres? Also, postgres is mentioned in the readme, even though it clearly is not supported. Please use a different driver in your readme. |
I tried to use the example in the readme to create a gorm database:
minimal example:
When I try to run this I get the following error:
schema 'information_schema' does not exist
[0.160ms] [rows:-] SELECT count(*) FROM information_schema.tables WHERE table_schema = CURRENT_SCHEMA() AND table_name = 'products' AND table_type = 'BASE TABLE'
The text was updated successfully, but these errors were encountered: