Graph icon indicating copy to clipboard operation
Graph copied to clipboard

Graph is a semantic database that is used to create data-driven applications.

Results 9 Graph issues
Sort by recently updated
recently updated
newest added

Hi, I found this library by chance, and it seems that it may be pretty helpful. I'm just starting, but I noticed that there are several deprecations: * `NSPersistentStoreUbiquitousTransitionType` *...

Updated to address "NSSecureUnarchiveFromData" depreciation warning. Fixes #165 Added DefaultTransformer subclass. Updated SPM.

Hi 👋 I'm facing a weird issue, when I run this code: ```swift // initial.id is a UUID let search = Search(graph: Globals.graph).where( .type("Customers", using: &&) && "id" == initial.id...

Hi, im using the latest stable version on graph im my project (i also tried development branch but the issue is there too). Since i updated to iOS 13, i...

```swift func cancella(at offset: IndexSet) { guard let intindex = Array(offset).first else { return } let id = dm.Storage[intindex].properties["id"] as? String ?? "" DataManager.Shared.cancellaPosto(id) } func cancellaPosto(_ ID: String) {...

help wanted
Investigate
graph

When I launch the app, the database storage isn't synchronizing, but after some other launch, the database is synchronizing correctly. I'm using iCloud storage, but it doesn't work correctly. I've...

help wanted
question
graph

Hi all, when switching a project to Swift 5, I upgraded to Graph 3.1.1 (from 2.2.2 and now I get complaints like): "Value of type 'Search' has no member 'for'"...

help wanted
graph

updated the readme and package.swift file to add Graph as SPM while keeping the same support version.

Probably a copy&paste error. [Relationship].object(types: [String] asks for r.subject instead of r.object.