@hackage persistent-sqlite2.9.3

Backend for the persistent library using sqlite3.

  • Installation

  • Dependencies (16)

  • Dependents (68)

    @hackage/yesod-vend, @hackage/yesod-examples, @hackage/apiary-persistent, @hackage/hoodle-core, @hackage/haskoin-node, @hackage/masakazu-bot, Show all…
  • Package Flags

      systemlib
       (off by default)

      Use the system-wide sqlite library

      use-pkgconfig
       (off by default)

      Use pkg-config to find system sqlite library

      build-sanity-exe
       (off by default)

      Build a sanity check test executable

      full-text-search
       (on by default)

      Enable full-text search in the vendored SQLite library; has no effect if a system SQLite library is used.

      uri-filenames
       (on by default)

      Enable URI filenames in the vendored SQLite library; has no effect if a system SQLite library is used.

      have-usleep
       (on by default)

      Enable usleep in the vendored SQLite library; has no effect if a system SQLite library is used.

      json1
       (on by default)

      Enable json1 in the vendored SQLite library; has no effect if a system SQLite library is used.

This package includes a thin sqlite3 wrapper based on the direct-sqlite package, as well as the entire C library, so there are no system dependencies.