design doco, some more .. classes is the wrong word... so is packages really... lets...
[goDBhammer.git] / src / dbconnector.go
1 // um yes... its a db connector
2 package dbconnector
3
4 type DBConnector struct {
5         // err, yes
6 }
7
8 func DBSetup(dbtype string, host string, username string, password string, database string, createtables bool)
9 {
10
11         // the job of this function is to bring up the connection and create tables based on dbtype
12
13 }
14
15
16