-
Notifications
You must be signed in to change notification settings - Fork 9
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
Feature request: Postgresql module #39
Comments
Interesting. I've never used virtualpg myself, but I was able to build and load it in Jsi with:
So no new feature is required. |
I could not find any documentation on this, but to be clear, the goal is: One codebase containing one set of PostgresQL SQL queries, that can use postgres or SQLite3 as a backend. including using postgres based schema creation scripts. And then the ability to use jsish to work with either. |
Not sure I understand above: is this a question? As mentioned, I have no previous experience using virtualpg, but was able to built it, and enable/load it in jsish no problem. I didn't go further, but you should then be able to follow the tutorial: https://www.gaia-gis.it/fossil/virtualpg/wiki?name=tutorial This seems to imply the schema/table creation is PostgresQL-only, but I could be wrong about that. That said, I think virtualpg is a very cool idea. And I think it would be even better if there was a virtualmysql/mariadb. |
thanks will give it a try |
hi,
I use postgres for my database needs.
It would like to be able to use the virtualpg+sqlite3 and native postgresql for database backends and query writing
The text was updated successfully, but these errors were encountered: