An Ash DataLayer for CubDB.
Go to file
James Harton 6cc4acc9dc
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
chore: release version v0.6.2
2024-05-11 15:32:18 +12: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 chore(deps): update dependency erlang to v26.2.5 2024-05-03 03:28:44 +12:00
CHANGELOG.md chore: release version v0.6.2 2024-05-11 15:32:18 +12:00
LICENSE.md chore: first commit. 2023-08-07 15:20:09 +12:00
mix.exs chore: release version v0.6.2 2024-05-11 15:32:18 +12:00
mix.lock chore: update to Ash 3.0 stable. 2024-05-11 15:31:52 +12:00
README.md chore: release version v0.6.2 2024-05-11 15:32:18 +12: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.2"}
  ]
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.