Commit graph

6 commits

Author SHA1 Message Date
Luclu7 8220eacb10
config: fixed app_mode
also changed like Ip to IP and Db to DB
2020-12-25 02:31:28 +01:00
Mael G. 4a14ad594b Switching from database/sql to GORM 2020-12-22 20:09:10 -04:00
Mael G. 43e8ab8210 PostgreSQL Support
Implementation of PostgreSQL database engine in the DNS server using jackc/pgx (as database/sql driver). 
The user can select what database type he want in the config.ini file under the database section.
2020-12-22 14:56:54 -04:00
Mael G. efffac8b0a Refactoring of some vars and funcs name
Theses change breaks old configuration files but make the code readability better thanks to VSCode plugins.
2020-12-21 23:12:02 -04:00
Mael G. 98537616c8 Commenting 2020-12-14 18:20:24 -04:00
Mael G. 36ce33e8f1 Init 2020-12-12 23:01:04 -04:00