package
1.0.1
Repository: https://github.com/mushiyu/go-mysql-server.git
Documentation: pkg.go.dev

# Functions

NewDatabase creates a new database with the given name.
NewPartitionedTable creates a new Table with the given name, schema and number of partitions.
NewTable creates a new Table with the given name and schema.

# Structs

Database is an in-memory database.
Table represents an in-memory database table.