Hacker News new | past | comments | ask | show | jobs | submit login

Well now I want a virtual table interface to pgsql so I can query Postgres databases from SQLite too!



It would be neat to have a library that has the same API as Sqlite3, but then acts as a network proxy for a remote PostgreSQL database.

You could then use that plus the above network proxy to move a Sqlite3 database off of the local system to a remote system, without having to change the existing codebase.

This would also give you multiple remote clients as well.


You could also join tables from different databases! Imagine the performance!




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: