Versions in this module Expand all Collapse all v5 v5.28.3 May 28, 2025 v5.28.2 May 28, 2025 v5.28.1 May 28, 2025 Changes in this version + type DbServer struct + Hostname string + IsCluster bool + IsEnterprise bool + Password string + Port int + Scheme string + Username string + Version Version + func GetDbServer(ctx context.Context) DbServer + func (s DbServer) AuthToken() neo4j.AuthToken + func (s DbServer) BoltURI() string + func (s DbServer) ConfigFunc() func(*config.Config) + func (s DbServer) CreateDatabaseQuery(db string) string + func (s DbServer) Driver(configurers ...func(*config.Config)) neo4j.DriverWithContext + func (s DbServer) DropDatabaseQuery(db string) string + func (s DbServer) GetTransactionWorkloadsQuery() string + func (s DbServer) URI() string + type Version struct + func VersionOf(server string) Version + func (version Version) Equals(other Version) bool + func (version Version) GreaterThan(other Version) bool + func (version Version) GreaterThanOrEqual(other Version) bool + func (version Version) LessThan(other Version) bool + func (version Version) LessThanOrEqual(other Version) bool + func (version Version) String() string