typedb
typedb copied to clipboard
TypeDB: the polymorphic database powered by types
## Usage and product changes ## Implementation
## Usage and product changes We redesign schema modification to allow much more flexible in-place changes to the database schema. We relax various schema invariants within a schema write transaction,...
## Problem to Solve Hello dear TypeDB team, in my organization, there are a lot of relational, document-based databases. Migrating to modern DB such as TypeDB is not in short/mid-term...
## Problem to Solve Some simple queries are difficult to express in TypeQL, and present a significant barrier to the early user journey. This issue will serve as a place...
## Problem to Solve We collect the agreed list of changes and requirements that will be in the first version of TypeDB 3.0. ## Changes ### API - https://github.com/vaticle/typedb/issues/6772 -...
We have upgraded our package hosting infrastructure - moving from our self-hosted repository at repo.vaticle.com to a cloud-native solution at **repo.typedb.com**. This should provide scalability and reliability beyond what we'd...
## Description When inserting two ownerships of the same unique or key attribute by the same owner, TypeDB throws an error. This should not be the case as attribute idempotency...
## What is the goal of this PR? This PR introduces a 'connectivity-graph' abstraction to simplify how the reasoner planner's answer count estimator models the effect of constraints in a...
## Usage and product changes Updated to the new version of protocol. Despite proto3 being able to handle added fields, due to a library packaging issue, older versions of TypeDB...
## Problem to Solve I would like to be able to use vector embeddings to perform semantic searching over a TypeDB database, to support use cases like Retrieval Augmented Generation...