The Wayback Machine - https://web.archive.org/web/20220329134734/https://github.com/topics/sql-engine
Skip to content
#

sql-engine

Here are 29 public repositories matching this topic...

suessflorian
suessflorian commented Jan 16, 2022

Spinning up an instance;

import (
	"github.com/dolthub/go-mysql-server/auth"
	"github.com/dolthub/go-mysql-server/memory"
	"github.com/dolthub/go-mysql-server/server"
	"github.com/dolthub/go-mysql-server/sql"
	"github.com/dolthub/go-mysql-server/sql/information_schema"
)

func main() {
	engine := sqle.NewDefault(
		sql.NewDatabaseProvider(
			memory.NewDatabase(TEST_DB_MYSQL_DAT
enhancement good first issue

Improve this page

Add a description, image, and links to the sql-engine topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sql-engine topic, visit your repo's landing page and select "manage topics."

Learn more