Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexR2D2 committed Jan 24, 2023
1 parent 3b10b44 commit ace55ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Duckdbex

The Library embeds C++ [DuckDB](https://duckdb.org) database into you application.
This is **Elixir** Library what embeds C++ [DuckDB](https://duckdb.org) database into you **Elixir** application.

DuckDB is an in-process SQL database management system designed to support analytical query workloads, also known as Online analytical processing (OLAP). It has no external dependencies, neither for compilation nor during run-time and completely embedded (like Sqlite) within a host (BEAM in our case) process.

Expand Down

0 comments on commit ace55ee

Please sign in to comment.