MCPcopy Create free account
hub / github.com/IceFireDB/IceFireDB / Timestamp

TypeAlias Timestamp

IceFireDB-SQLite/pkg/mysql/client/pool.go:25–25  ·  view source on GitHub ↗

* Pool for efficient reuse of connections. Usage: pool := client.NewPool(log.Debugf, 100, 400, 5, `127.0.0.1:3306`, `username`, `userpwd`, `dbname`) ... conn, _ := pool.GetConn(ctx) defer pool.PutConn(conn) conn.Execute/conn.Begin/etc... */

Source from the content-addressed store, hash-verified

23
24type (
25 Timestamp int64
26
27 LogFunc func(format string, args ...any)
28

Callers 2

NewPoolFunction · 0.70
nowTsMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected