Mercurial > libervia-pubsub
view db/gateway.sql @ 364:8bd8be6815ab
completed docstrings + use short notation for sets
author | Arnaud Joset <info@agayon.be> |
---|---|
date | Fri, 03 Nov 2017 13:59:54 +0100 |
parents | 274a45d2a5ab |
children |
line wrap: on
line source
create table callbacks ( service text not null, node text not null, uri text not null, PRIMARY KEY (service, node, uri) );