|
@next-model/arktype
|
Bridge between arktype types and next-model — derive init(), validators, and schema-DSL columns from a single object type. |
MIT |
9
greenflagged
/ 13 total
|
|
@next-model/aurora-data-api-connector
|
Connector for AWS Aurora Data API. |
MIT |
9
greenflagged
/ 12 total
|
|
@next-model/core
|
AWS Data API model layer package with zero dependencies to use in lambda |
MIT |
8
greenflagged
/ 38 total
|
|
@next-model/express-rest-api
|
Express 5 REST adapter for next-model. Turns any Model into a conventional REST resource with per-action authorization + response mapping hooks. |
MIT |
8
greenflagged
/ 11 total
|
|
@next-model/graphql-api
|
GraphQL schema generator for next-model. Turns any Model into CRUD queries + mutations with per-operation authorization and response mapping hooks. |
MIT |
8
greenflagged
/ 11 total
|
|
@next-model/knex-connector
|
SQL connector for next-model package using Knex. |
MIT |
8
greenflagged
/ 19 total
|
|
@next-model/local-storage-connector
|
Browser localStorage connector for next-model. Inherits from MemoryConnector. |
MIT |
8
greenflagged
/ 11 total
|
|
@next-model/mariadb-connector
|
Native MariaDB connector for next-model. Extends @next-model/mysql-connector and uses MariaDB's RETURNING clause. |
MIT |
8
greenflagged
/ 11 total
|
|
@next-model/migrations
|
Schema migrations for next-model. Zero runtime dependencies beyond @next-model/core. |
MIT |
8
greenflagged
/ 11 total
|
|
@next-model/migrations-generator
|
CLI + library for scaffolding next-model migration files. Generates timestamped stubs, sensible naming, and optional table up/down bodies. |
MIT |
8
greenflagged
/ 11 total
|
|
@next-model/mongodb-connector
|
Native MongoDB connector for next-model. Uses the official mongodb driver directly. |
MIT |
8
greenflagged
/ 11 total
|
|
@next-model/mysql-connector
|
Native MySQL connector for next-model. Uses mysql2 directly — no Knex. |
MIT |
7
greenflagged
/ 10 total
|
|
@next-model/nextjs-api
|
Next.js App Router REST adapter for next-model. Emits route-handler exports (GET/POST/PATCH/DELETE) with per-action authorization + response mapping. |
MIT |
8
greenflagged
/ 11 total
|
|
@next-model/postgres-connector
|
Native PostgreSQL connector for next-model. Uses node-postgres directly — no Knex. |
MIT |
8
greenflagged
/ 11 total
|
|
@next-model/react
|
React reactivity bindings for @next-model/core — Provider-scoped identity map, reactive instance shells, watch + invalidation hooks. |
MIT |
8
greenflagged
/ 11 total
|
|
@next-model/redis-connector
|
Redis connector for next-model. Stores rows as HASH per id with a ZSET of ids per table. |
MIT |
8
greenflagged
/ 11 total
|
|
@next-model/sqlite-connector
|
Native SQLite connector for next-model. Uses better-sqlite3 directly — no Knex. |
MIT |
7
greenflagged
/ 10 total
|
|
@next-model/typebox
|
Bridge between TypeBox schemas and next-model — derive init(), validators, and schema-DSL columns from a single TObject. |
MIT |
8
greenflagged
/ 11 total
|
|
@next-model/valkey-connector
|
Valkey connector for next-model. Extends @next-model/redis-connector — Valkey is wire-compatible with Redis. |
MIT |
7
greenflagged
/ 10 total
|
|
@next-model/zod
|
Bridge between zod schemas and next-model — derive init(), validators, and schema-DSL columns from a single zod object schema. |
MIT |
7
greenflagged
/ 10 total
|