Soft-delete support for SeaORM entities
NEST Data Source API Service
Eloquent-inspired async ORM for Rust (PostgreSQL, MySQL, SQLite)
Native Rust SDK for AllStak: error monitoring, performance tracing, structured logging, and release-health sessions over the AllStak ingest protocol.
High-performance, schema-agnostic, backend-agnostic event bus
High-performance, schema-agnostic, backend-agnostic event bus
Unified TUI search over local coding agent histories
The autonomous, self-improving AI agent. Single Rust binary. Every channel. Install with: cargo install opencrabs
AXON — the formal cognitive language: a deterministic, proof-carrying AI runtime. Native Rust lexer/parser/type-checker/IR generator (re-exported from axon-frontend) plus the runtime: typed channels (π-calculus mobility, capability extrusion), algebraic effects via Free Monad CPS handlers, lease kernel + reconcile loop, the Epistemic Security Kernel, Trust Types, Proof-Carrying Code (independently verifiable proof objects), and the closed-catalog extension mechanism. Crate publishes as `axon-lang`; library import is `use axon::*` so existing call sites keep working unchanged.
A highly parallel Perl 5 interpreter written in Rust
AI/Human task management system with file-based storage
A secure, high-performance messaging protocol library
Print stack trace of all DB queries to the Rails log. Helpful to find where queries are being executed in your application.
Provides detailed insights into how your code interacts with the database by hooking into ActiveRecord.
A library for automatically added `.select` on a column used for `.distinct` or automatically adding `.group` for a column used for order.
Proof of concept for proposed new Active Record query API
Query Backtrace for ActiveRecord
Query Stats logging for ActiveRecord
Display an overview of the quantity of queries being made and their origins in a block of code in Rails applications.
Enable the query_cache for your abstract base class inherited from ActiveRecord::Base
Optimize queries of ActiveRecord preload functions.
This rubygem does not have a description or summary.
This rubygem does not have a description or summary.
Consumes the ApiQueryLanguage AST and produces ActiveRecord/Arel queries. Provides ApiQueryLanguage::ActiveRecord::FilterExpression and SortExpression, both of which respond to #apply_to(relation).