Skip to content

Commit

Permalink
Merge pull request vsouza#3187 from gjmwoods/add-duck-db
Browse files Browse the repository at this point in the history
Add DuckDB Swift 1072f0f
  • Loading branch information
bkzhn committed Jun 27, 2024
1 parent fd2e52f commit 52c142f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,7 @@ Please see [CONTRIBUTING](https://github.com/vsouza/awesome-ios/blob/master/.git
- [Unrealm](https://github.com/arturdev/Unrealm) - Unrealm enables you to easily store Swift native Classes, Structs and Enums into Realm.
- [QuickDB](https://github.com/behrad-kzm/QuickDB) - Save and Retrieve any `Codable` in JUST ONE line of code + more easy usecases.
- [ObjectBox](https://github.com/objectbox/objectbox-swift) - ObjectBox is a superfast, light-weight object persistence framework.
- [DuckDB](https://github.com/duckdb/duckdb-swift) - DuckDB is a high-performance analytical database system.

**[back to top](#contributing-and-collaborating)**

Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -732,6 +732,7 @@ <h2 id="database"><a class="anchor" aria-hidden="true" tabindex="-1" href="#data
<li><a href="https://github.com/arturdev/Unrealm">Unrealm</a> - Unrealm enables you to easily store Swift native Classes, Structs and Enums into Realm.</li>
<li><a href="https://github.com/behrad-kzm/QuickDB">QuickDB</a> - Save and Retrieve any <code>Codable</code> in JUST ONE line of code + more easy usecases.</li>
<li><a href="https://github.com/objectbox/objectbox-swift">ObjectBox</a> - ObjectBox is a superfast, light-weight object persistence framework.</li>
<li><a href="https://github.com/duckdb/duckdb-swift">DuckDB</a> - DuckDB is a high-performance analytical database system.</li>
</ul>
<p><strong><a href="#contributing-and-collaborating">back to top</a></strong></p>
<h2 id="data-structures--algorithms"><a class="anchor" aria-hidden="true" tabindex="-1" href="#data-structures--algorithms"><span class="octicon octicon-link"></span></a>Data Structures / Algorithms</h2>
Expand Down

0 comments on commit 52c142f

Please sign in to comment.