demo

command module
v0.0.0-...-48b9d42 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 18, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

README

Trace Demo

sql
CREATE TABLE account (
  id varchar(256) PRIMARY KEY,
  name text NOT NULL DEFAULT '',
  email text NOT NULL DEFAULT ''
);

CREATE TABLE identity (
  id varchar(256) PRIMARY KEY,
  name text NOT NULL DEFAULT '',
  cert_id text NOT NULL DEFAULT ''
);

INSERT INTO account(id, name, email) VALUES('123','Rachel Floral Designs','[email protected]');
INSERT INTO account(id, name, email) VALUES('567','Amazing Coffee Roasters','[email protected]');
INSERT INTO account(id, name, email) VALUES('392','Trom Chocolatier','[email protected]');
INSERT INTO account(id, name, email) VALUES('731','Japanese Desserts','[email protected]');

INSERT INTO identity(id, name, cert_id) VALUES('123','Rachel Floral Designs','xxxx001');
INSERT INTO identity(id, name, cert_id) VALUES('567','Amazing Coffee Roasters','xxxx002');
INSERT INTO identity(id, name, cert_id) VALUES('392','Trom Chocolatier','xxxx003');
INSERT INTO identity(id, name, cert_id) VALUES('731','Japanese Desserts','xxxx004');

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg
services
idm

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL