Is this BedrockDB something that could be used to connect to a server and run SQL and avoid the problems (mainly slowness) that SQLite would have in this situation?
RBS On Fri, Oct 27, 2017 at 10:40 AM, R Smith <[email protected]> wrote: > > On 2017/10/27 7:19 AM, Wout Mertens wrote: > >> Interesting that you emulate mysql, given that sqlite tries to be >> postgresql compatible… >> > > It doesn't emulate MySQL, it has a MySQL connector so that you can connect > it and do queries via your already-MySQL-using app. This is an add-on > option, not the main mode of operation. I guess one could say the main > operating mode (sans MySQL connector) really emulates SQLite, which really > emulates PostGres. > > BedrockDB is brilliant. > > > > > > > _______________________________________________ > sqlite-users mailing list > [email protected] > http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users > _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

