package
0.8.0
Repository: https://github.com/nmondal/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.