Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added database category #46

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion descriptions/groue-grdb.swift.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
GRDB is a SQLite toolkit for application development. It provides SQL generation, database observation, robust concurrency, migrations, and raw SQL access. Use it to save your app’s data into SQLite databases.
GRDB is a SQLite toolkit for application development. It provides SQL generation, database observation, robust concurrency, migrations, and raw SQL access.
2 changes: 1 addition & 1 deletion descriptions/rxswiftcommunity-rxrealm.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
RxRealm is a library that provides reactive extensions for RealmSwift, allowing you to observe and manipulate Realm object collections. It also provides bindings for table and collection views.
RxRealm provides reactive extensions for RealmSwift, allowing you to observe and manipulate objects and collections of objects, bind to table and collection views, and write transactions.
1 change: 1 addition & 0 deletions descriptions/unum-cloud-usearch.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
USearch enhances vector and upcoming text similarity search with faster, smaller, and broadly compatible implementations. It offers extensibility, fewer dependencies, and supports multiple programming languages.
11 changes: 11 additions & 0 deletions source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,17 @@ categories:
search:
query: "keyword:logging"
limit: 6
- name: Database access
slug: database
brief: "We all need to store data somewhere! Find everything from local SQLite databases to connections to server-based databases from your Swift on server apps."
description: "When looking for something as an alternative to [Core Data](https://developer.apple.com/documentation/coredata) or [SwiftData](https://developer.apple.com/xcode/swiftdata/), look no further than this list of popular database packages."
more:
title: "More database access packages"
url: https://swiftpackageindex.com/keywords/database
source:
search:
query: "keyword:database"
limit: 6
showcase_history:
- name: February 2024
slug: february-2024
Expand Down