Conversation:
Notices
-
@moonman Why not pull everything out and make a proper driver? Make a base DB handling class that you can override to change behaviour or w/e. I mean thats what Ive wanted to do for a while
-
@moonman There's different schools of thought here but what I usually do is create a class where each class function represents a common query, and then you would override the class and functions with specific implementations for mysql or postgres or mongo or whatever other database youre specifically updating