package
0.6.2
Repository: https://github.com/zenliucn/engine.git
Documentation: pkg.go.dev

# README

engine

The cli binary for Engine

builtin modules

modulecomment
go/esbuildesbuild, use with notify is better
go/bigbig number by golang.big
go/bufferbinary utils
go/codeccommon codec utils
go/compileresbuild compiler with Engine
go/contextcontext package
go/ioio package
go/osos package
go/timetime package
go/httphttp package
go/encodingencoding package

external modules

modulecomment
go/fetchfetch by go.http
go/fsNotifyfsNotify
go/sqlxsqlx utils
go/pgxpgx utils
go/duckdbduckdb and driver (cgo required)
go/pugpug/jade
go/minifyminify
go/excelizeexcelize
go/chromecdp
go/gsegse, not really good one

build options

flagsmodulescomment
allall external modules except duckDB,chrome,gse
sqlxsqlx without any driver
sqlx,sqlitesqlx with pure golang sqlite
sqlx,duckdbsqlx with duckdbneed plaform specific dynamic library
sqlx,pgxsqlx with pgx for postgreSQL
sqlx,mysqlsqlx with mysql
chromecdp
excelexcelize for access excel file
fetchfetch implement by http.Client
gsegse tokenizer
minifycss,html,svg,js minifier
notifyfs notify

build for full functions

CGO_LDFLAGS="-L.libs/win/"  go build -tags=duckdb_use_lib,chrome,ducdb,gse,all -o engine.exe -ldflags="-s -w" .

# Variables

No description provided by the author