From d06a6c44c3a1ba1049e4b453dbd3c50d637b2b33 Mon Sep 17 00:00:00 2001 From: Jacob Quinn Date: Wed, 24 Oct 2018 00:09:15 -0600 Subject: [PATCH] Create INTEGRATIONS.md --- INTEGRATIONS.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 INTEGRATIONS.md diff --git a/INTEGRATIONS.md b/INTEGRATIONS.md new file mode 100644 index 0000000..4ffad39 --- /dev/null +++ b/INTEGRATIONS.md @@ -0,0 +1,10 @@ +Packages currently integrating with Tables.jl: +* [Mustache.jl](https://github.com/jverzani/Mustache.jl) +* [SQLite.jl](https://github.com/JuliaDatabases/SQLite.jl) +* [TypedTables.jl](https://github.com/FugroRoames/TypedTables.jl) +* [MySQL.jl](https://github.com/JuliaDatabases/MySQL.jl) +* [ODBC.jl](https://github.com/JuliaDatabases/ODBC.jl) +* [CSV.jl](https://github.com/JuliaData/CSV.jl) +* [FormattedTables.jl](https://github.com/tom--lee/FormattedTables.jl) +* [Feather.jl](https://github.com/JuliaData/Feather.jl) +* [DataFrames.jl](https://github.com/JuliaData/DataFrames.jl)