Dependencies for weekdaze-0.0.0.2

library
weekdaze

Flags

Manual Flags

NameDescriptionDefault
hdbc-mysql

Link with the package "HDBC-mysql" & consequently the native MySQL-interface (which will require a development package for mysqlclient), which the application can use to connect to a MySQL data-server.

Disabled
hdbc-odbc

Link with the package "HDBC-odbc", which the application can use to connect to a generic data-server.

Disabled
llvm

Whether the llvm compiler-backend has been installed and is required for code-generation.

Disabled
printdbqueries

Whether to print SQL-queries as the database is read. N.B.: only relevant when either of the flags 'HDBC-odbc' or 'HDBC-mysql' is True. N.B.: the output will be more readable when queryDBConcurrently is off.

Disabled
printdbrows

Whether to print the rows read from the database. N.B.: only relevant when either of the flags 'HDBC-odbc' or 'HDBC-mysql' is True. N.B.: the output will be more readable when queryDBConcurrently is off.

Disabled
querydbconcurrently

Whether database-queries should be issued concurrently.

Enabled
static

Link statically, perhaps for deployment in an environment where one doesn't have root access.

Disabled
threaded

Build for parallel runtime.

Enabled
Automatic Flags
NameDescriptionDefault
unix

Link with package "unix" when available.

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info