design doco, some more .. classes is the wrong word... so is packages really... lets...
[goDBhammer.git] / src / dbconnector.go
index f8b9131..668242d 100644 (file)
@@ -1 +1,16 @@
-// um yes... its a db connector
\ No newline at end of file
+// um yes... its a db connector
+package dbconnector
+
+type DBConnector struct {
+       // err, yes
+}
+
+func DBSetup(dbtype string, host string, username string, password string, database string, createtables bool)
+{
+
+       // the job of this function is to bring up the connection and create tables based on dbtype
+
+}
+
+
+