| sqlayindummy(1) | SqLay Suite | sqlayindummy(1) |
sqlayindummy - a dummy SQL database engine driver for sqlay.
libsqlayindummy.so
[sqlaytool] [options] dummy:[datasource]
sqlayindummy is a dummy SQL database engine driver for sqlay. It simulates DML read-write and DDL, returning always success and random data or metadata.
It can be used as benchmarking or debugging tool for sqlay front-ends.
The driver is loaded by giving as argument to the sqlaytool front-end executable a dummy: URL.
Alternatively, the dummy proto name can be replaced by the following alias: demo.
This driver accepts options in the datasource URL. Please, also refer to the sqlayin(1) man page for options common to all drivers.
Here are features not or partially supported by this driver. Please, also refer to the sqlayin(1) man page for features supported or not by all drivers.
The driver does not simulate indexes, nor views, and input filters are ignored.
Eventhough given values are not particularily above what one can encounter in real life RDBMS servers, this driver may crash whatever connects to it, as this is also one of the natural purposes of a benchmarking tool.
Pls understand that this is an alpha release and none of the executables is securized against buffer overflows, and so on. It is also not thread safe.
See the NOTE above for important security warnings.
E. Lurquin <sqlay@hitud.net>
sqlayin(1), sqlay(1), sqlsc(1), sqlds(1)
| sqlayindummy 0.8 | Dec 2008 | sqlayindummy(1) |