82 packages
create-pg
Instantly create a temporary Prisma Postgres database with one command, then claim and persist it in your Prisma Data Platform project when ready.
fastify-zod-validate
Fastify route handler validation plugin using Zod in TypeScript
fetch-timeout
HTTP/S fetch wrapper that adds the possibility to set a timeout after which a custom error is returned.
fixed-math
Converts a decimal number using fixed-point notation, avoiding the conversion from number to string of Number.toFixed, and allowing the user to choose the approximation method to be used
is-equally-spaced
IsEquallySpaced is a simple utility function that given an array of numbers, evaluates wether or not every element is equally spaced, i.e. if every subsequent couple of numbers in the array has the same distance.
@jkomyno/capnp-ts
Strongly-typed Cap'n Proto implementation for JS runtimes
@jkomyno/prisma-adapter-neon
Prisma's driver adapter for "@neondatabase/serverless"
@jkomyno/prisma-adapter-pg
Prisma's driver adapter for "pg"
@jkomyno/prisma-adapter-planetscale
Prisma's driver adapter for "@planetscale/database"
@jkomyno/prisma-driver-adapter-utils
Internal set of utilities and types for Prisma's driver adapters.
@jkomyno/prisma-js-connector-utils
Internal set of utilities and types for Prisma's JS Connectors.
@jkomyno/prisma-neon-driver-adapter
Prisma's Driver Adapter for "@neondatabase/serverless"
@jkomyno/prisma-neon-js-connector
Prisma's JS Connector for "@neondatabase/serverless"
@jkomyno/prisma-pg-driver-adapter
Prisma's Driver Adapter for "pg"
@jkomyno/prisma-pg-js-connector
Prisma's JS Connector for "pg"
@jkomyno/prisma-planetscale-driver-adapter
Prisma's Driver Adapter for "@planetscale/database"
@jkomyno/prisma-planetscale-js-connector
Prisma's JS Connector for "@planetscale/database"
@jkomyno/protoc-gen-grpc
Protocol Buffers Compiler (protoc) plugin for generating grpc interfaces in TypeScript.
@jkomyno/query-engine-wasm
This is a Wasm-compatible version of the Query Engine library (libquery). Currently, it just contains a skeleton of the public API, as some internal crates are still not Wasm-compatible.
json2kv
Dependencyless JS library that converts a generic JSON-like object to a map-like, key-value object.
linspace-generator
dependency-less MATLAB inspired generator of a linearly spaced vector of numbers
node-lib-boilerplate
Minimal boilerplate aimed to speed up the process of creating a new NodeJS library.
pate
Modern and light-fast CLI app that scans all the desired files of a certain folder and returns a list with the name of the files which contain a RegEx pattern
@prisma/accelerate-contract
This package is intended for Prisma's internal use
@prisma/adapter-better-sqlite3
Prisma's driver adapter for better-sqlite3, a fast SQLite3 driver for JavaScript runtimes