Module for shared components across OTR sites
Generate client-side and service-side code using swagger CLI
ActiveRecord-style API for IndexedDB with TypeScript support
Check password strength against several rules. Includes ActiveRecord/ActiveModel support.
Off-the-Record Messaging Protocol
1. Import into bundle (e.g. index.ts) ```typescript import '@otr-app/ui-shared-services'; ``` 2. Add to list of module dependencies (e.g. app.ts, application.ts) ```typescript angular.module('...', ['app.ui_shared_services', '..
Core libraries for supporting Vida development
Data-Mapper ORM for TypeScript, ES7, ES6, ES5. Supports PostgreSQL and SQLite databases.
Off-the-Record Messaging Protocol
An ORM for Node.js and the Sails framework
A shared build/task runner across front-end applications
Typescript ORM-style base models
RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data.
RedwoodRecord is an ORM ([Object-Relational Mapping](https://en.wikipedia.org/wiki/Object%E2%80%93relational_mapping)) built on top of Prisma. It may be extended in the future to wrap other database access packages.
OTR Messaging Protocol [native libotr3.2.x]
No description provided.
distributed p2p off-the-record two-party chat
Atlex command-line interface (atlex new, atlex serve, generators, migrate, queue, …)
PouchDb implementation of @hke/activerecord
Parse git commit data, like the one we get when running `git rev-list ...`.
An ORM that supports multiple database systems (SQL/NoSQL) and ID generation middleware.
Protocol definition for generic messages.
The clients in these modules are broken up into two types, reliable and unreliable
A fork of the TypeORM library with custom modifications
Off The Rails ActiveRecord: Use ActiveRecord with Grape, Sinatra, Rack, or anything else! Formerly known as 'grape-activerecord'.
Extends Grape with simple ActiveRecord integration. MOVED TO otr-activerecord.