Package-level declarations
An Exkt module providing handy utilities for Ktor Server.
Properties
Link copied to clipboard
                  A shortcut for retrieveJdbcProperties.
Link copied to clipboard
                  A shortcut for retrieveJdbcPropertiesOrThrow.
Functions
Link copied to clipboard
                  Tries to retrieve JDBC properties from the application configuration. If any of the properties isn't present, null is returned, a complete JdbcProperties object otherwise. The following properties are fetched:
Link copied to clipboard
                  Calls retrieveJdbcProperties and fails if the returned properties are null.