Commit Graph

9 Commits

Author SHA1 Message Date
fanir baddf9745e fixed migrator and added logging 2022-02-22 20:06:34 +01:00
fanir a7d08500f5 database and migrator revisions, help output, data model changes
- database:
  - moved to jackc/pgx from database/sql
  - revised migrator and moved it into it's own package
  - separated ParseConfig into it's own function
- config:
  - database config is now a DSN or URL instead of a struct
  - SearchPaths are now available through a function
- improved help / usage output
- modified data model
2022-02-22 00:08:19 +01:00
fanir bc35f40f9e added templates and foundation framework 2022-01-30 20:16:48 +01:00
fanir 9dccf24cf2 added embed.FS for templates, cleaned up routes, restructured project 2022-01-30 20:14:49 +01:00
fanir feee1184d6 added docker configuration 2022-01-26 00:44:39 +01:00
fanir 3cc7282183 added webserver and preliminary routes and templating 2022-01-26 00:40:13 +01:00
fanir 8021684f77 added configuration for webserver and AllowRoot 2022-01-26 00:22:22 +01:00
fanir 0fd673cd19 added retries in database.Open() 2022-01-25 23:58:41 +01:00
fanir c81d7c3264 initial commit: base structure, config, models 2022-01-23 02:42:31 +01:00