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.