dbapi.py
branchstable
changeset 9702 c2108dbfb508
parent 9701 46c8d8701240
child 9770 112c884b2d8d
equal deleted inserted replaced
9701:46c8d8701240 9702:c2108dbfb508
   162 
   162 
   163     `database` may be:
   163     `database` may be:
   164 
   164 
   165     * a simple instance id for in-memory connection
   165     * a simple instance id for in-memory connection
   166 
   166 
   167     * an uri like scheme://host:port/instanceid where scheme may be one of
   167     * a uri like scheme://host:port/instanceid where scheme may be one of
   168       'pyro', 'inmemory' or 'zmqpickle'
   168       'pyro', 'inmemory' or 'zmqpickle'
   169 
   169 
   170       * if scheme is 'pyro', <host:port> determine the name server address. If
   170       * if scheme is 'pyro', <host:port> determine the name server address. If
   171         not specified (e.g. 'pyro:///instanceid'), it will be detected through a
   171         not specified (e.g. 'pyro:///instanceid'), it will be detected through a
   172         broadcast query. The instance id is the name of the instance in the name
   172         broadcast query. The instance id is the name of the instance in the name