memory

package
v0.64.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 5, 2025 License: MIT Imports: 5 Imported by: 0

README

In-Memory implementation of the catalog datastore

This implementation maintains the Catalog stores in-memory as simple tables, for use in tests. It is test-only, and should not be used in any changeset execution into a deployed environment.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewMemoryCatalogDataStore added in v0.56.0

func NewMemoryCatalogDataStore() (*memoryCatalogDataStore, error)

NewMemoryCatalogDataStore creates an in-memory version of the catalog datastore. This implementation does not store data persistently. A new call to this function will create an entirely separate and new in-memory store, so changes will not be persisted.

This version is not threadsafe and could result in races when using transactions from multiple threads.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL