Correction:

On 2017/10/27 12:57 PM, R Smith wrote:

[1]: PHP doesn't understand BedrockDB yet, but it understands SQLite / MySQL and Bedrock uses SQLite and has a MySQL connector.


I stand corrected, Bedrock does provide a PHP binding. From the website:

Bedrock also provides a PHP binding <https://github.com/Expensify/Bedrock-PHP> that looks something like this:

|$bedrock = new Bedrock(); $result = $bedrock->db->query("SELECT 1 AS foo, 2 AS bar;"); |


So, it's even better than I claimed before. :)

Cheers,
Ryan

_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to