Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cvilsmeier/go-sqlite-bench
/ types & classes
Types & classes
10 in github.com/cvilsmeier/go-sqlite-bench
⨍
Functions
120
◇
Types & classes
10
Struct
Article
Articles are created by Users.
app/db.go:32
Struct
Comment
Comments are written for Articles.
app/db.go:44
Interface
Db
Db is the database interface.
app/db.go:6
Struct
SqlDb
SqlDb is a Db implementation that uses database/sql package.
app/sqldb.go:8
Struct
User
User is a registered User who can access the blog.
app/db.go:20
Struct
dbImpl
cmd/bench-craw/craw.go:17
Struct
dbImpl
cmd/bench-bvinc/bvinc.go:14
Struct
dbImpl
cmd/bench-sqinn/sqinn.go:14
Struct
dbImpl
cmd/bench-eaton/eaton.go:14
Struct
dbImpl
cmd/bench-zombie/zombie.go:14