userver
userver copied to clipboard
SQL dbms support
First of all, thank you for userver. That's one small step for man, one giant leap for mankind. I see you use postgres and mongo. Is there any chances for other dbms such as mysql, mssql or oracle?
There were plans to add other DBMS, but that won't happen soon as the amount of work is tremendous.
P.S.: note that the PostgreSQL driver in userver is perfected and we recommend to use Postgre as default DB in my department:
- it uses binary protocol that is more efficient than the protocol provided by libpq out of the box
- it does pipelining, so multiple requests may fly over the network in one go
- it is asynchronous :)
Implemented MySQL driver.
For other popular DBMS we made separate issues. Let's comtinue discussions in those issues