//
pkg.gl
Category
github.com/nmondal/go-mysql-server
memory
package
0.8.0
Repository:
https://github.com/nmondal/go-mysql-server.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
8
Dependents
0
Files
529 SLOC
#
Functions
NewDatabase
NewDatabase creates a new database with the given name.
NewPartitionedTable
NewPartitionedTable creates a new Table with the given name, schema and number of partitions.
NewTable
NewTable creates a new Table with the given name and schema.
#
Structs
Database
Database is an in-memory database.
Table
Table represents an in-memory database table.