An Ash DataLayer for CubDB.
Go to file
Renovate Bot be8e2d87db
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is failing
chore(deps): update dependency ash to == 3.0.0-rc.8
2024-04-03 16:20:56 +13:00
config feat!: Ash 3.0 support. 2024-03-28 10:27:46 +13:00
documentation/dsls docs: Update documentation and documentation configuration. 2024-01-15 10:19:59 +13:00
lib feat!: Ash 3.0 support. 2024-03-28 10:27:46 +13:00
test fix: deprecation warnings in tests. 2024-04-02 10:40:06 +13:00
.check.exs feat: create and read works. 2023-09-29 20:30:42 +13:00
.doctor.exs feat: create and read works. 2023-09-29 20:30:42 +13:00
.drone.yml chore: disable auto-releasing for now. 2024-04-02 10:37:04 +13:00
.formatter.exs feat: create and read works. 2023-09-29 20:30:42 +13:00
.gitignore chore: first commit. 2023-08-07 15:20:09 +12:00
.tool-versions feat!: Ash 3.0 support. 2024-03-28 10:27:46 +13:00
CHANGELOG.md chore: release version v0.6.1-rc.1 2024-04-02 10:40:36 +13:00
LICENSE.md chore: first commit. 2023-08-07 15:20:09 +12:00
mix.exs chore(deps): update dependency ash to == 3.0.0-rc.8 2024-04-03 16:20:56 +13:00
mix.lock chore(deps): Update ash and smokestack rcs. 2024-04-02 10:39:49 +13:00
README.md chore: release version v0.6.1-rc.1 2024-04-02 10:40:36 +13:00
renovate.json chore(deps): add renovate.json 2023-08-07 16:08:51 +12:00

AshCubDB

Build Status Hex.pm Hippocratic License HL3-FULL

An Ash DataLayer which adds support for CubDB.

Status

AshCubDb is still a work in progress. Feel free to give it a go.

Feature Status
Create
Upsert (by primary key)
Upsert (by identity)
Read (all)
Read (by primary key)
Read (filters)
Read (sort)
Read (distinct sort)
Read (calculations)
Read (aggregates)
Update
Destroy
Transactions

Github Mirror

This repository is mirrored on Github from it's primary location on my Forgejo instance. Feel free to raise issues and open PRs on Github.

Installation

AshCubDB is available in Hex, the package can be installed by adding ash_cubdb to your list of dependencies in mix.exs:

def deps do
  [
    {:ash_cubdb, "~> 0.6.1-rc.1"}
  ]
end

Documentation for the latest release can be found on HexDocs and for the main branch on docs.harton.nz.

License

This software is licensed under the terms of the HL3-FULL, see the LICENSE.md file included with this package for the terms.

This license actively proscribes this software being used by and for some industries, countries and activities. If your usage of this software doesn't comply with the terms of this license, then contact me with the details of your use-case to organise the purchase of a license - the cost of which may include a donation to a suitable charity or NGO.