sq: High-level SQLite client.

[ apache, databases, library ] [ Propose Tags ]

High-level SQLite client.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1, 0.0.2
Change log CHANGELOG.md
Dependencies aeson, async, attoparsec, base (>=4 && <5), binary, bytestring, clock, containers, contravariant, deepseq, di-core, di-df1, direct-sqlite, directory, exceptions, filepath, foldl, profunctors, ref-tf, resource-pool, resourcet, resourcet-extra, safe-exceptions, stm, streaming, template-haskell, text, time, transformers [details]
License Apache-2.0
Copyright Renzo Carbonara, 2023
Author Renzo Carbonara
Maintainer renλren.zone
Category Databases
Home page https://github.com/k0001/hs-sq
Bug tracker https://github.com/k0001/hs-sq/issues
Uploaded by RenzoCarbonara at 2024-04-25T17:11:21Z
Distributions
Downloads 20 total (20 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2024-04-25 [all 1 reports]

Readme for sq-0.0.1

[back to package description]

sq

High-level SQLite client library in Haskell.

  • Copyright © Renzo Carbonara, 2023.

  • Licensing terms in LICENSE file (Apache-2.0).

Development

  1. Clone this repo and run nix develop in the top-level folder.

  2. Within that environment, you can use cabal as usual.

  3. If you don't have nix installed, then have nix installed.