Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/go-sqlite/sqlite3
/ types & classes
Types & classes
13 in github.com/go-sqlite/sqlite3
⨍
Functions
67
◇
Types & classes
13
↓ 1 callers
TypeAlias
PageKind
PageKind describes what kind of page is.
page.go:10
↓ 1 callers
TypeAlias
SerialType
SerialType represents SQLite types on disk
stypes.go:12
Struct
Column
Column describes a column in a SQLite table
table.go:36
Struct
DbFile
file.go:27
Struct
Record
record.go:12
Struct
RecordHeader
record.go:7
Struct
Table
Table is a SQLite table
table.go:12
Struct
btheader
btree.go:15
Struct
btreeTable
btree.go:42
Struct
cellInfo
cellInfo holds information about an on-disk cell.
cell.go:8
Struct
dbHeader
file.go:34
Struct
page
* func newPage(i int, pb pageBuffer) (Page, error) { pk := PageKind(pb.buf[0]) switch pk { case BTreeInteriorIndexKind: panic("not implemented")
page.go:76
Struct
pager
pager.go:12