sylae / ligrev

XMPP MUC Utility bot
GNU General Public License v3.0
2 stars 1 forks source link

Use DBAL to abstract insert, update statements #46

Closed sylae closed 7 years ago

sylae commented 8 years ago

Presumably using DBAL to abstract away the insert and update statements (like we've been doing with deleting tells) will allow it to support more databases (Presumably hipster shit that doesn't use SQL syntax? I dunno). In any case, abstracting it can't hurt.

sylae commented 7 years ago

actually this is kinda stupid. we aren't doing weird shit, and it doesn't seem like DBAL adds much with their insert over using a prepared statement.

if we ever get a use case where this is actually useful, sure, but right now i don't think DBAL even supports non-SQL hipster shit