Cargo Features

SQLPage has no features set by default.

[dependencies]
sqlpage = { version = "0.41.0", features = ["odbc-static", "lambda-web"] }
odbc-static lambda-web? = odbc-sys

Enables vendored-unix-odbc of odbc-sys

odbc-sys:

Use this to build unixODBC as a dependency of odbc-sys and link statically againts it. This can make installation of your artifact easier, because users may not need to install a driver manager. However, please note that unixODBC is published under an LGPL license, so by statically linking you need to take the implications for your artifact into account. odbc-sys itself is MIT licensed. In order to build unixODBC it draws in an optional dependency containing the unixODBC source code, which is licensed under the same terms as unixODBC itself.

lambda-web = odbc-static

Enables lambda-web

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

odbc-sys odbc-static?