Files
seaweedFS/cmd/weed-db/main.go
Chris Lu e596542295 Move SQL engine and PostgreSQL server to their own binaries (#8417)
* Drop SQL engine and PostgreSQL server

* Split SQL tooling into weed-db and weed-sql

* move

* fix building
2026-02-23 16:27:08 -08:00

8 lines
70 B
Go

package main
import "os"
func main() {
os.Exit(Run(os.Args[1:]))
}