module __init__

Short summary

module pysqllike

Module pysqllike. Parses Python and produces equivalent code in other languages in a map reduce logic.

source on GitHub

Functions

function

truncated documentation

_setup_hook

does nothing

check

Checks the library is working. It raises an exception. If you want to disable the logs:

Documentation

Module pysqllike. Parses Python and produces equivalent code in other languages in a map reduce logic.

source on GitHub

pysqllike._setup_hook()

does nothing

source on GitHub

pysqllike.check(log=False)

Checks the library is working. It raises an exception. If you want to disable the logs:

Parameters:

log – if True, display information, otherwise

Returns:

0 or exception

source on GitHub