typedb icon indicating copy to clipboard operation
typedb copied to clipboard

TypeDB: the polymorphic database powered by types

Results 304 typedb issues
Sort by recently updated
recently updated
newest added

## Problem to Solve A successful delete query can delete zero, one, or many concepts from a database. Sometimes we might want to know exactly which is the case. ##...

type: feature

## Problem to Solve In some data models, attributes are indendent domains that can be made to exist without any connections or ownerships - eg. inserting all valid names in...

type: feature
domain: language

## Problem to Solve Currently, when removing an entity it leaves behind uncollected garbage of dangling relations. These relations "carry no data" except that once there was something on the...

## Problem to Solve Currently there is no simple mechanism for getting data in and out of TypeDB. This is due to the complex, intricate nature of TypeDB. It would...

## Description Importing some data in a non existing database throws an exception. ## Environment OS (where TypeDB server runs): macOS 12.6.3 TypeDB version (and platform): 2.16.1 TypeDB client: -...

type: bug
x: good first issue

## Description Importing some data in a database without schema throws an exception. ## Environment OS (where TypeDB server runs): macOS 12.6.3 TypeDB version (and platform): 2.16.1 TypeDB client: -...

type: bug
x: good first issue

## Description Importing an empty data file (from an empty database) throws an exception. ## Environment 1. OS (where TypeDB server runs): macOS 12.6.3 2. TypeDB version (and platform): 2.16.1...

type: bug
x: good first issue

# Problem to Solve We would like to query a pattern that evaluates the value of an attribute against a member of a set. For example: ``` match $x isa...

type: feature
domain: language

## Problem to Solve The terms 'thing' and 'type' can be removed from the public interface of TypeDB and TypeQL. ## Proposed Solution The public APIs of TypeQL and TypeDB...

## Problem to Solve To complete TypeDB's internal data model, which includes RoleType as a type that has instances, TypeDB 2.x includes actual role _instances_, which are represented as vertices...