فهرست منبع

update example

cg33 6 سال پیش
والد
کامیت
c9fda10763
1فایلهای تغییر یافته به همراه5 افزوده شده و 2 حذف شده
  1. 5 2
      adm_config.ini

+ 5 - 2
adm_config.ini

@@ -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