Unified access to tabular data
Find a file
2022-07-23 14:03:16 +02:00
.github/workflows Add test CI workflow 2022-04-07 13:24:04 +02:00
lib Extend validations for tabular list to enforce the same columns (#19) 2022-07-23 14:03:16 +02:00
test Extend validations for tabular list to enforce the same columns (#19) 2022-07-23 14:03:16 +02:00
.formatter.exs Initial commit 2022-04-05 14:24:39 +02:00
.gitignore Initial commit 2022-04-05 14:24:39 +02:00
CHANGELOG.md Release 0.1.2 (#15) 2022-06-29 15:01:46 +02:00
LICENSE Add license and changelog (#3) 2022-04-08 12:20:29 +02:00
mix.exs Release 0.1.2 (#15) 2022-06-29 15:01:46 +02:00
mix.lock Add docs (#2) 2022-04-07 13:47:42 +02:00
README.md Release 0.1.2 (#15) 2022-06-29 15:01:46 +02:00

Table

Actions Status Docs

Unified access to tabular data.

Installation

You can add the :table dependency to your mix.exs:

def deps do
  [
    {:table, "~> 0.1.2"}
  ]
end

License

Copyright (C) 2022 Dashbit

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.