Skip to content

nqd/loopback-benchmark-mysql

Repository files navigation

loopback-benchmark-mysql

Inspiring from loopback-benchmark-mysql.

setup mysql

create database loopback_benchmarks;
use loopback_benchmarks;
create table if not exists Todo(
  id INT(11) NOT NULL AUTO_INCREMENT,
  content VARCHAR(45),
  PRIMARY KEY (id)
);

Releases

No releases published

Packages

No packages published