An Ash DataLayer for CubDB.
Go to file
James Harton 4b27f1523c
All checks were successful
continuous-integration/drone/push Build is passing
chore: release version v0.3.0
2023-10-02 02:23:00 +00:00
config feat: Support updating existing records. 2023-10-02 15:15:11 +13:00
documentation/dsls docs: regenerate Spark DSL cheatsheets. 2023-09-30 10:11:17 +13:00
lib feat: Support updating existing records. 2023-10-02 15:15:11 +13:00
test feat: Support updating existing records. 2023-10-02 15:15:11 +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: tweak .drone.yml. 2023-09-30 10:09:19 +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 chore(deps): update dependency elixir to v1.15.6 2023-09-28 23:21:48 +13:00
CHANGELOG.md chore: release version v0.3.0 2023-10-02 02:23:00 +00:00
LICENSE.md chore: first commit. 2023-08-07 15:20:09 +12:00
mix.exs chore: release version v0.3.0 2023-10-02 02:23:00 +00:00
mix.lock docs: regenerate Spark DSL cheatsheets. 2023-09-30 10:11:17 +13:00
README.md chore: release version v0.3.0 2023-10-02 02:23:00 +00:00
renovate.json chore(deps): add renovate.json 2023-08-07 16:08:51 +12:00

AshCubDB

Build Status 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 (calculations)
Read (aggregates)
Update
Destroy

Github Mirror

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

Installation

If 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.3.0"}
  ]
end

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.