Skip to content

Commit

Permalink
Merge pull request #7 from pdimens/main
Browse files Browse the repository at this point in the history
add logo
  • Loading branch information
drizk1 authored Apr 10, 2024
2 parents 8c2e4b8 + 701c259 commit c1a4dbd
Show file tree
Hide file tree
Showing 3 changed files with 601 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
## What is TidierDB.jl?
# TidierDB.jl

[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/TidierOrg/TidierDB.jl/blob/main/LICENSE)
[![Docs: Latest](https://img.shields.io/badge/Docs-Latest-blue.svg)](https://tidierorg.github.io/TidierDB.jl/latest)

<img src="/assets/logo.png" align="right" style="padding-left:10px;" width="150"/>

## What is TidierDB.jl?

TiderDB.jl is a 100% Julia implementation of the dbplyr R package, and similar to Python's ibis package.

The main goal of TidierDB.jl is to bring the syntax of Tidier.jl to multiple SQL backends, making it possible to analyze data directly on databases without needing to copy the entire database into memory.
Expand Down
Binary file added assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c1a4dbd

Please sign in to comment.