From 648c089102518c39fa1887ca362d155166288dfc Mon Sep 17 00:00:00 2001 From: Gregory Woods Date: Tue, 4 Jun 2024 19:44:25 +0100 Subject: [PATCH] Add DuckDB Swift --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9ab0ba1dd..453e5320b 100644 --- a/README.md +++ b/README.md @@ -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)**