/* ************************************************************************ # # DivConq # # http://divconq.com/ # # Copyright: # Copyright 2014 eTimeline, LLC. All rights reserved. # # License: # See the license.txt file in the project's top-level directory for details. # # Authors: # * Andy White # ************************************************************************ */ /** * <p> * Package supports SQL connections. Roughly modeled after WordPress's * SQL library (get_var, get_row, get_results, insert, update, delete). * This still needs some work. * </p> */ package divconq.sql;