## Description
Backwards compatible shim for React's useSyncExternalStore. Works with any React that supports hooks.
Eslint rules for inline SQL
Invoke scoped data storage for AWS Lambda Node.js Runtime Environment
MCP server that lets AI agents run MySQL/MariaDB and SQLite queries with policy-gated action sets (allow/confirm/deny per category), macOS Keychain credential storage for MySQL/MariaDB, and optional Sequel Ace import.
TypeScript definitions for use-sync-external-store
Generate SQL (stage 5 query) from a Waterline statement (stage 4 query).
This is a sequel to [stream-combiner](https://npmjs.org/package/stream-combiner) for streams3.
Better localStorage
Tree-sitter Grammar for SQL
A mock store for testing your redux async action creators and middleware
Primitives for creating small reactive objects that doesn't change their shape over time - don't need a proxy wrapper.
A library to sync external React state updates
TypeScript Utilities for EIP-6963
Simple data persistence for your Electron app or module - Save and load user settings, app state, cache, etc
The reactive store package for zag machines
Simple in-memory vinyl file store
Bindings to connect @angular/router to @ngrx/store
The App Store Server Library
Store interface for openapi documents
Reactive store for component state
RxJS powered Redux for Angular apps
The default simple object-based store for Uppy.
TypeScript definitions for redux-mock-store
Allows to use ActiveRecord-like store_accessor on hash fields
Sequel body for Entity Store
Storing your OpenIDs in your Sequels.
Easily store records in your database with Sequel
Rack session store for Sequel
Implementation of events repository based on Sequel for Ruby Event Store
Sequel plugin to store empty string as nil
Store Ruby objects in Redis or Sequel
# DwCR DwCA in a SQLite database complete with [Sequel](https://github.com/jeremyevans/sequel) models. ## Command Line Tool ### Create a new DwCR file From within the directory of a DwC Archive: ```ruby dwcr new -t dwcr-test.db ``` will create the file in the directory, named after the directory see `dwcr new --help` for options ### Load an existing DwCR file ```ruby dwcr load ~/documents/dwca/dwcr-test.db ```
Yequel provides a sequel style with basic features to access YAML::Store tables. Its target audience is application developers who require light weight alternative to SQL databases.
This makes it viable to deploy dashing with passenger.
Implements ActiveRecord::Store for Sequel models.Example:class User < Sequel::Model plugin :json_attributesstore :json_data, :accessors => [:x_user_id, :o_user_id]end