some more page work
[goDBhammer.git] / src / dbconnector.go
index 668242d..5a6f64b 100644 (file)
@@ -9,6 +9,13 @@ func DBSetup(dbtype string, host string, username string, password string, datab
 {
 
        // the job of this function is to bring up the connection and create tables based on dbtype
+       //var Dbconn *dbibridge.DBIConnection;
+       
+       //Dbconn = dbibridge.DBICreate();
+       
+       //dbibridge.DBIConnect(Dbconn, "mysql", "localhost", "root", "password", "zm");
+       //dbibridge.ExecSQL(Dbconn, "create table asdf (asdf int)");
+       //dbibridge.DBIDisconnect(Dbconn);
 
 }