Sign inSign up

maxwayt/hello-sql

By maxwayt

•Updated over 10 years ago

SQL basic CRUD used for benchmarking

Image
0

332

maxwayt/hello-sql repository overview

⁠Hello SQL

This is a test SQL REST API test tool, used for SQL benchmark

⁠SQL Schema

CREATE TABLE entries (
    `id` BIGINT NOT NULL AUTO_INCREMENT,
    `value` VARCHAR(255),
    PRIMARY KEY(`id`)
) ENGINE=InnoDB CHARACTER SET utf8 COLLATE utf8_general_ci;

Tag summary

Content type

Image

Digest

Size

251.9 MB

Last updated

over 10 years ago

docker pull maxwayt/hello-sql