Add support for EXTRACT time/date function.

This commit is contained in:
go-jet 2022-05-06 11:54:44 +02:00
parent bc776f947b
commit 2101088d0e
15 changed files with 222 additions and 14 deletions

View file

@ -30,6 +30,7 @@ func init() {
flag.Parse()
}
// Database names
const (
Postgres = "postgres"
MySql = "mysql"