All Projects → supabase → postgres-deno

supabase / postgres-deno

Licence: MIT license
A PostgreSQL extension for Deno: run Typescript in PostgreSQL functions and triggers.

Projects that are alternatives of or similar to postgres-deno

pgsql-ast-parser
Yet another simple Postgres SQL parser
Stars: ✭ 152 (+74.71%)
Mutual labels:  postgres, deno
sqlx-adapter
Asynchronous casbin adapter for mysql, postgres, sqlite based on sqlx-rs
Stars: ✭ 27 (-68.97%)
Mutual labels:  postgres
pg-dba-egitim
Eğitim Konuları
Stars: ✭ 23 (-73.56%)
Mutual labels:  postgres
google-bigtable-postgres-fdw
Google Bigtable Postgres FDW in Rust
Stars: ✭ 37 (-57.47%)
Mutual labels:  postgres
coreutils
🦕 Cross-platform Deno rewrite of the GNU Coreutils
Stars: ✭ 22 (-74.71%)
Mutual labels:  deno
Venflow
A brand new, fast and lightweight ORM, build for PostgreSQL.
Stars: ✭ 162 (+86.21%)
Mutual labels:  postgres
denobyexample
Deno by example - short examples showcasing how to use Deno
Stars: ✭ 72 (-17.24%)
Mutual labels:  deno
zenith
Neon: Serverless Postgres. We separated storage and compute to offer autoscaling, branching, and bottomless storage.
Stars: ✭ 4,239 (+4772.41%)
Mutual labels:  postgres
svelte-adapter-deno
A SvelteKit adapter for Deno
Stars: ✭ 152 (+74.71%)
Mutual labels:  deno
clock-in-out
A clock-in/out system using nestJS, PostgreSQL, TypeORM, Angular, Arduino, RxJS
Stars: ✭ 61 (-29.89%)
Mutual labels:  postgres
integresql
IntegreSQL manages isolated PostgreSQL databases for your integration tests.
Stars: ✭ 475 (+445.98%)
Mutual labels:  postgres
ParseCareKit
Securely synchronize any CareKit 2.1+ based app to a Parse Server Cloud. Compatible with parse-hipaa.
Stars: ✭ 28 (-67.82%)
Mutual labels:  postgres
elephantry
PostgreSQL OMM for rust
Stars: ✭ 28 (-67.82%)
Mutual labels:  postgres
exodus.ts
The first MongoDB compatible data migration tool built on for the Deno runtime environment, allowing users to perform complete schema and database migrations.
Stars: ✭ 42 (-51.72%)
Mutual labels:  deno
lisan
🌈i18n, Reimagined! 🚀A blazing fast and super small i18n library for Javascript
Stars: ✭ 85 (-2.3%)
Mutual labels:  deno
pg-ipc
IPC over PostgreSQL LISTEN/NOTIFY/UNLISTEN exposed as an EventEmitter
Stars: ✭ 27 (-68.97%)
Mutual labels:  postgres
depsbot
⚙️ GitHub action to check freshness of your deno dependencies
Stars: ✭ 28 (-67.82%)
Mutual labels:  deno
cache
🥌 Deno cache library
Stars: ✭ 38 (-56.32%)
Mutual labels:  deno
wocket
A WebSocket library for Deno
Stars: ✭ 103 (+18.39%)
Mutual labels:  deno
publish
Publish your module with one command in Deno.
Stars: ✭ 16 (-81.61%)
Mutual labels:  deno

postgres-deno

Postgres Deno

A PostgreSQL extension for Deno: run Typescript in PostgreSQL functions and triggers.

Contents

About

This is a PostgreSQL extension for Deno. It is still a proof of concept. This will theoritically allow users to create database functions and triggers in TypeScript.

Status

Still a Proof of concept! We're developing in public.

  • POC: this is a concept. We're testing to see if it's even possible.
  • Alpha: Under heavy development.
  • Beta: Ready for use. But go easy on us, there may be a few kinks.
  • 1.0: Use in production!

FAQ's

What is Deno?

Deno is a simple, modern and secure runtime for JavaScript and TypeScript that uses V8 and is built in Rust. It was created by Ryan Dahl, original creator of Node.js, and is focused on productivity.

Why use this over plv8?

plv8 requires you to install node packages on your server. Deno can import modules from any location on the web, like GitHub, or a CDN like Skypack or jspm.io.

Credits

Logo derived from the orignal Deno icon and an icon made by Freepik.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].