feat(backend): add data export
This commit is contained in:
parent
ded9d06e4a
commit
15109819df
13 changed files with 559 additions and 4 deletions
2
main.go
2
main.go
|
@ -5,6 +5,7 @@ import (
|
|||
"os"
|
||||
|
||||
"codeberg.org/u1f320/pronouns.cc/backend"
|
||||
"codeberg.org/u1f320/pronouns.cc/backend/exporter"
|
||||
"codeberg.org/u1f320/pronouns.cc/backend/server"
|
||||
"codeberg.org/u1f320/pronouns.cc/scripts/cleandb"
|
||||
"codeberg.org/u1f320/pronouns.cc/scripts/migrate"
|
||||
|
@ -18,6 +19,7 @@ var app = &cli.App{
|
|||
Version: server.Tag,
|
||||
Commands: []*cli.Command{
|
||||
backend.Command,
|
||||
exporter.Command,
|
||||
{
|
||||
Name: "database",
|
||||
Aliases: []string{"db"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue