@@ -1,8 +1,11 @@
[database]
+driver = sqlite
file = ./admin.db
-tables = users
+database = goadmin
+; Here are new tables to generate.
+tables = new_table1,new_table2
[model]
package = main
connection = default
-output = ./
+output = ./tables