immutable-store

There are 8 repositories under immutable-store topic.

  • xtdb

    xtdb/xtdb

    An immutable database for application development and time-travel data compliance, with SQL and XTQL. Developed by @juxt

    Language:Clojure2.5k612k160
  • homebaseio/homebase-react

    The React state management library for write-heavy applications

    Language:Clojure2026910
  • wasmerio/ate

    Distributed immutable data store with strong encryption and authentication

    Language:Rust130122311
  • imuli/candid-wanderings

    dependently typed programming language with timeless referential transparently

    Language:Haskell5400
  • gangelo/immutable_struct_ex

    ImmutableStructEx is yet another immutable struct. What makes ImmutableStructEx different, is that it allows you to create immutable structs in one step by default. In other words, other immutable struct gems force you to first define the struct, then instantiate the struct object; or, define the struct and instantiate the struct object via chaining.

    Language:Ruby3200
  • no-stack-dub-sack/basic-immutable

    basic immutable JavaScript objects and arrays, with a small API surface area

    Language:JavaScript3220
  • gangelo/immutable_struct_ex_redactable

    immutable_struct_ex_redactable is the redactable version of the world-famous immutable_struct_ex immutable struct :). To find out more about the immutable_struct_ex gem, visit the Rubygems.org entry for immutable_struct_ex. immutable_struct_ex_redactable maintains all the functionality of the immutable_struct_ex gem, but allows you to create immutable structs that can be configured to redact field values using standard gem configuration (ImmutableStructExRedactable.configure { |config| ... }) or by passing configuration options to the appropriate method (ImmutableStructExRedactable.create_with(config, ...))

    Language:Ruby2200
  • abbreviatedman/freeze-tag

    A simple, fast, and highly customizable way to recursively freeze objects, avoiding mutation.

    Language:JavaScript120