Supabase Supabase is the Postgres development platform. We're building the features of Firebase using enterprise-grade open source tools. [x] Hosted Postgres Database. Docs [x] Authentication and Authorization. Docs [x] Auto-generated…
Supabase
Supabase is the Postgres development platform. We're building the features of Firebase using enterprise-grade open source tools.
- [x] Hosted Postgres Database. Docs
- [x] Authentication and Authorization. Docs
- [x] Auto-generated APIs.
- [x] Functions.
Watch "releases" of this repo to get notified of major updates.
Documentation
For full documentation, visit supabase.com/docs
To see how to Contribute, visit [Getting Started](./DEVELOPERS.md)
Community & Support
- Community Forum. Best for: help with building, discussion about database best practices.
- GitHub Issues. Best for: bugs and errors you encounter using Supabase.
- Email Support. Best for: problems with your database or infrastructure.
- Discord. Best for: sharing your applications and hanging out with the community.
How it works
Supabase is a combination of open source tools. We’re building the features of Firebase using enterprise-grade, open source products. If the tools and communities exist, with an MIT, Apache 2, or equivalent open license, we will use and support that tool. If the tool doesn't exist, we build and open source it ourselves. Supabase is not a 1-to-1 mapping of Firebase. Our aim is to give developers a Firebase-like developer experience using open source tools.
Architecture
Supabase is a hosted platform. You can sign up and start using Supabase without installing anything.
You can also self-host and develop locally.

- Postgres is an object-relational database system with over 30 years of active development that has earned it a strong reputation for reliability, feature robustness, and performance.
- Realtime is an Elixir server that allows you to listen to PostgreSQL inserts, updates, and deletes using websockets. Realtime polls Postgres' built-in replication functionality for database changes, converts changes to JSON, then broadcasts the JSON over websockets to authorized clients.
- PostgREST is a web server that turns your PostgreSQL database directly into a RESTful API.
- GoTrue is a JWT-based authentication API that simplifies user sign-ups, logins, and session management in your applications.
- Storage a RESTful API for managing files in S3, with Postgres handling permissions.
- pg_graphql a PostgreSQL extension that exposes a GraphQL API.
- postgres-meta is a RESTful API for managing your Postgres, allowing you to fetch tables, add roles, and run queries, etc.
- Kong is a cloud-native API gateway.
Client libraries
Our approach for client libraries is modular. Each sub-library is a standalone implementation for a single external system. This is one of the ways we support existing tools.
Language
Client
Feature-Clients (bundled in Supabase client)
<!-- notranslate -->
Supabase
PostgREST
GoTrue
Realtime
Storage
Functions
<!-- TEMPLATE FOR NEW ROW -->
<!-- START ROW
lang
supabase-lang
postgrest-lang
gotrue-lang
realtime-lang
storage-lang
END ROW -->
<!-- /notranslate -->
⚡️ Official ⚡️
<!-- notranslate -->
JavaScript (TypeScript)
supabase-js
postgrest-js
auth-js
realtime-js
storage-js
functions-js
Flutter
supabase-flutter
postgrest-dart
gotrue-dart
realtime-dart
storage-dart
functions-dart
Swift
supabase-swift
postgrest-swift
auth-swift
realtime-swift
storage-swift
functions-swift
Python
supabase-py
postgrest-py
gotrue-py
realtime-py
storage-py
functions-py
<!-- /notranslate -->
💚 Community 💚
<!-- notranslate -->
C#
supabase-csharp
postgrest-csharp
gotrue-csharp
realtime-csharp
storage-csharp
functions-csharp
Go
-
postgrest-go
gotrue-go
-
storage-go
functions-go
Java
-
-
gotrue-java
-
storage-java
-
Kotlin
supabase-kt
postgrest-kt
auth-kt
realtime-kt
storage-kt
functions-kt
Ruby
supabase-rb
postgrest-rb
-
-
-
-
Rust
-
postgrest-rs
-
-
-
-
Godot Engine (GDScript)
supabase-gdscript
-
-
-
-
-
<!-- /notranslate -->
<!--- Remove this list if you're translating to another language, it's hard to keep updated across multiple files-->
<!--- Keep only the link to the list of translation files-->
Badges

md
[](https://supabase.com)
html

md
[](https://supabase.com)
html
Translations
- [Arabic | العربية](/i18n/README.ar.md)
- [Albanian / Shqip](/i18n/README.sq.md)
- [Bangla / বাংলা](/i18n/README.bn.md)
- [Bulgarian / Български](/i18n/README.bg.md)
- [Catalan / Català](/i18n/README.ca.md)
- [Croatian / Hrvatski](/i18n/README.hr.md)
- [Czech / čeština](/i18n/README.cs.md)
- [Danish / Dansk](/i18n/README.da.md)
- [Dutch / Nederlands](/i18n/README.nl.md)
- English
- [Estonian / eesti keel](/i18n/README.et.md)
- [Finnish / Suomalainen](/i18n/README.fi.md)
- [French / Français](/i18n/README.fr.md)
- [German / Deutsch](/i18n/README.de.md)
- [Greek / Ελληνικά](/i18n/README.el.md)
- [Gujarati / ગુજરાતી](/i18n/README.gu.md)
- [Hebrew / עברית](/i18n/README.he.md)
- [Hindi / हिंदी](/i18n/README.hi.md)
- [Hungarian / Magyar](/i18n/README.hu.md)
- [Nepali / नेपाली](/i18n/README.ne.md)
- [Indonesian / Bahasa Indonesia](/i18n/README.id.md)
- [Italiano / Italian](/i18n/README.it.md)
- [Japanese / 日本語](/i18n/README.jp.md)
- [Korean / 한국어](/i18n/README.ko.md)
- [Lithuanian / lietuvių](/i18n/README.lt.md)
- [Latvian / latviski](/i18n/README.lv.md)
- [Malay / Bahasa Malaysia](/i18n/README.ms.md)
- [Norwegian (Bokmål) / Norsk (Bokmål)](/i18n/README.nb.md)
- [Persian / فارسی](/i18n/README.fa.md)
- [Polish / Polski](/i18n/README.pl.md)
- [Portuguese / Português](/i18n/README.pt.md)
- [Portuguese (Brazilian) / Português Brasileiro](/i18n/README.pt-br.md)
- [Romanian / Română](/i18n/README.ro.md)
- [Russian / Pусский](/i18n/README.ru.md)
- [Serbian / Srpski](/i18n/README.sr.md)
- [Sinhala / සිංහල](/i18n/README.si.md)
- [Slovak / slovenský](/i18n/README.sk.md)
- [Slovenian / Slovenščina](/i18n/README.sl.md)
- [Spanish / E
Members
-
supabase
The Postgres development platform. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.
TypeScript ★ 106k 12h agoExplain → -
realtime
Broadcast, Presence, and Postgres Changes via WebSockets
Elixir ★ 7.6k 12h agoExplain → -
supabase-js
An isomorphic Javascript client for Supabase. Query your Supabase database, subscribe to realtime events, upload and download files, browse typescript examples, invoke postgres functions via rpc, invoke supabase edge functions, query pgvector.
TypeScript ★ 4.5k 1d agoExplain → -
pg_graphql
GraphQL support for PostgreSQL
Rust ★ 3.3k 1mo agoExplain → -
mcp
Connect Supabase to your AI assistants
TypeScript ★ 2.8k 1d agoExplain → -
supabase-py
Python Client for Supabase. Query Postgres from Flask, Django, FastAPI. Python user authentication, security policies, edge functions, file storage, and realtime data streaming. Good first issue.
Python ★ 2.5k 1d agoExplain → -
auth
A JWT based API for managing users and issuing JWT tokens
Go ★ 2.5k 1d agoExplain → -
cli
Supabase CLI. Manage postgres migrations, run Supabase locally, deploy edge functions. Postgres backups. Generating types from your database schema.
TypeScript ★ 2.3k 16h agoExplain → -
agent-skills
Agent Skills to help developers using AI agents with Supabase
TypeScript ★ 2.3k 3d agoExplain → -
etl
Stream your Postgres data anywhere in real-time. Simple Rust building blocks for change data capture (CDC) pipelines.
Rust ★ 2.3k 12h agoExplain → -
supavisor
A cloud-native, multi-tenant Postgres connection pooler.
Elixir ★ 2.2k 1d agoExplain → -
postgres
Unmodified Postgres with some useful extensions
Nix ★ 1.8k 19h agoExplain → -
index_advisor
PostgreSQL Index Advisor
PLpgSQL ★ 1.7k 2y agoExplain → -
ui ▣
Supabase UI Library
TypeScript ★ 1.6k 2y agoExplain → -
storage
S3 compatible object storage service that stores metadata in Postgres
TypeScript ★ 1.3k 20h agoExplain → -
supabase-swift
A Swift SDK for Supabase. Query your Supabase database, subscribe to realtime events, upload and download files, browse Swift examples, invoke postgres functions via rpc, invoke supabase edge functions, query pgvector.
Swift ★ 1.3k 1d agoExplain → -
postgrest-js ▣
The postgrest-js repo now has a new home: https://github.com/supabase/supabase-js/tree/master/packages/core/postgrest-js
TypeScript ★ 1.2k 5mo agoExplain → -
postgres-meta
A RESTful API for managing your Postgres. Fetch tables, add roles, and run queries
TypeScript ★ 1.2k 27d agoExplain → -
pg_jsonschema
PostgreSQL extension providing JSON Schema validation
Rust ★ 1.2k 3mo agoExplain → -
supabase-flutter
Flutter integration for Supabase. This package makes it simple for developers to build secure and scalable products.
Dart ★ 1.0k 17h agoExplain → -
edge-runtime
A server based on Deno runtime, capable of running JavaScript, TypeScript, and WASM services.
Rust ★ 961 24d agoExplain → -
auth-helpers
now deprecated.
TypeScript ★ 900 10mo agoExplain → -
wrappers
Postgres Foreign Data Wrapper development framework in Rust.
Rust ★ 868 9d agoExplain → -
supa_audit ▣
Generic Table Auditing
PLpgSQL ★ 672 2y agoExplain → -
pg_crdt
CRDT support in Postgres (experimental)
C ★ 646 1y agoExplain → -
auth-js ▣
The auth-js repo now has a new home: https://github.com/supabase/supabase-js/tree/master/packages/core/auth-js
CSS ★ 450 5mo agoExplain → -
dbdev
Database Package Registry for Postgres
TypeScript ★ 439 4d agoExplain → -
supabase-dart ▣
A Dart client for Supabase
Dart ★ 399 3y agoExplain → -
supabase-grafana
Observability for your Supabase project, using Prometheus/Grafana
Shell ★ 381 4d agoExplain → -
realtime-js ▣
The realtime-js repo now has a new home: https://github.com/supabase/supabase-js/tree/master/packages/core/realtime-js
TypeScript ★ 369 5mo agoExplain → -
pg_net
A PostgreSQL extension that enables asynchronous (non-blocking) HTTP/HTTPS requests with SQL
Python ★ 363 7d agoExplain → -
postgrest-py ▣
PostgREST client for Python. This library provides an ORM interface to PostgREST
Python ★ 320 10mo agoExplain → -
examples-archive ▣
Supabase Examples Archive
TypeScript ★ 302 3y agoExplain → -
vecs
Postgres/pgvector Python Client
Python ★ 290 1y agoExplain → -
pg_netstat
PostgreSQL extension to monitor database network traffic
Rust ★ 258 3y agoExplain → -
libcluster_postgres
Postgres strategy for libcluster
Elixir ★ 256 1y agoExplain → -
splinter
Supabase Postgres Linter: Performance and Security Advisors
PLpgSQL ★ 252 15d agoExplain → -
vault
Extension for storing encrypted secrets in the Vault
Nix ★ 232 2mo agoExplain → -
grid ▣
A react component to display your Postgresql table data. Used in Supabase Dashboard app.
TypeScript ★ 206 4y agoExplain → -
setup-cli
A GitHub action for interacting with your Supabase projects using the CLI.
TypeScript ★ 202 3d agoExplain → -
ssr
Supabase clients for use in server-side rendering frameworks.
TypeScript ★ 200 15h agoExplain → -
headless-vector-search
Supabase Toolkit to perform vector similarity search on your knowledge base embeddings.
TypeScript ★ 195 2y agoExplain → -
storage-js ▣
The storage-js repo now has a new home: https://github.com/supabase/supabase-js/tree/master/packages/core/storage-js
TypeScript ★ 166 5mo agoExplain → -
realtime-py ▣
A Python Client for Phoenix Channels
Python ★ 166 11mo agoExplain → -
workflows ▣
No description.
Elixir ★ 145 5y agoExplain → -
walrus
Applying RLS to PostgreSQL WAL
PLpgSQL ★ 140 9d agoExplain → -
postgrest-dart ▣
Dart client for PostgREST
Dart ★ 139 3y agoExplain → -
embeddings-generator
GitHub Action to generate embeddings from the markdown files in your repository.
TypeScript ★ 124 1mo agoExplain → -
auth-py ▣
Python client implementation for Supabase Auth
Python ★ 118 10mo agoExplain → -
postgres-deno ▣
A PostgreSQL extension for Deno: run Typescript in PostgreSQL functions and triggers.
★ 109 4y agoExplain → -
self-hosted-edge-functions-demo ▣
A demo of how to self-host Supabase Edge Functions on Fly.io
TypeScript ★ 93 3y agoExplain → -
supabase-action-example
No description.
TypeScript ★ 86 10mo agoExplain → -
realtime-dart ▣
A dart client for Supabase Realtime server.
Dart ★ 86 3y agoExplain → -
supautils
Unlock advanced Postgres features without granting SUPERUSER access
C ★ 84 20h agoExplain → -
server
Server-side utilities for Supabase. Handles auth, client creation, and context injection so you write business logic, not boilerplate.
TypeScript ★ 83 1d agoExplain → -
iceberg-js
A small, framework-agnostic JavaScript/TypeScript client for the Apache Iceberg REST Catalog.
TypeScript ★ 80 18d agoExplain → -
repository.surf ▣
🏄
JavaScript ★ 80 3y agoExplain → -
supabase-ui-web ▣
No description.
TypeScript ★ 78 2y agoExplain → -
functions-js ▣
The functions-js repo now has a new home: https://github.com/supabase/supabase-js/tree/master/packages/core/functions-js
TypeScript ★ 76 5mo agoExplain → -
terraform-provider-supabase
No description.
Go ★ 70 1d agoExplain → -
pg-toolbelt
Postgres migrations made easy
TypeScript ★ 64 21h agoExplain → -
fly-admin ⑂
A typescript client for managing Fly.io Machines
TypeScript ★ 60 2y agoExplain → -
storage-py ▣
No description.
Python ★ 59 10mo agoExplain → -
benchmarks
No description.
SCSS ★ 58 6d agoExplain → -
nix-postgres ▣
Experimental port of supabase/postgres to Nix
Nix ★ 54 2y agoExplain → -
gotrue-dart ▣
A dart client library for GoTrue.
Dart ★ 47 3y agoExplain → -
tanstack-db
TanStack DB collection for Supabase
TypeScript ★ 43 20d agoExplain → -
functions-relay ▣
API Gateway for Supabase Edge functions
TypeScript ★ 37 3y agoExplain → -
grafana-agent-fly-example ▣
Deploy a Grafana Agent on Fly to scrape Prometheus metrics from Supabase and send them to Grafana Cloud
Shell ★ 35 2y agoExplain → -
hibp
Go library for HaveIBeenPwned.org's pwned passwords API.
Go ★ 32 2y agoExplain → -
orb-sync-engine
No description.
TypeScript ★ 30 20h agoExplain → -
react-data-grid ⑂ ▣
Excel-like grid component built with React, with editors, keyboard navigation, copy & paste, and the like
TypeScript ★ 30 2y agoExplain → -
benchmarks-archive ▣
Infrastucture benchmarks
Nix ★ 30 4y agoExplain → -
supabase.ai
iykyk
HTML ★ 28 2y agoExplain → -
scoop-bucket
No description.
★ 26 1d agoExplain → -
functions-py ▣
No description.
Python ★ 22 10mo agoExplain → -
livebooks ▣
A collection of Elixir Livebooks for Supabase
Dockerfile ★ 22 2y agoExplain → -
supabase-embedded-dashboard
No description.
TypeScript ★ 21 4mo agoExplain → -
storage-dart ▣
Dart client library to interact with Supabase Storage
Dart ★ 21 3y agoExplain → -
plug_caisson
An Elixir Plug library for handling compressed requests
Elixir ★ 20 1y agoExplain → -
imgproxy ⑂ ▣
Fast and secure standalone server for resizing and converting remote images
Go ★ 18 2y agoExplain → -
multiplayer.dev
No description.
TypeScript ★ 14 18h agoExplain → -
.github
Org-wide default community health files & templates.
★ 13 17d agoExplain → -
auth-elements ▣
Components to add Supabase Auth to any application
TypeScript ★ 12 4y agoExplain → -
pgadmin4 ⑂ ▣
Mirror of the pgAdmin 4 GIT repo. DO NOT submit pull requests here! Use the [email protected] mailing list. Issues should be logged at https://redmine.postgresql.org/projects/pgadmin4.
Python ★ 11 3y agoExplain → -
rfcs ▣
No description.
★ 11 4y agoExplain → -
functions-dart ▣
No description.
Dart ★ 10 3y agoExplain → -
smart-office-demo
No description.
TypeScript ★ 9 4mo agoExplain → -
supabase-micro
A minimal (experimental still) Supabase client for MicroPython and IoT devices.
Python ★ 9 5mo agoExplain → -
cloudflare-access-grafana ⑂
Small proxy for automatically login users from Cloudflare Access into Grafana
Go ★ 8 7mo agoExplain → -
homebrew-tap
No description.
Ruby ★ 7 1d agoExplain → -
pg_listen ⑂ ▣
Trigger shell command from NOTIFY
C ★ 7 5y agoExplain → -
grafana-dashboards-archive ⑂ ▣
Grafana dashboards
Shell ★ 6 1y agoExplain → -
flyswatter ▣
Deploy a global pinger on Fly
Elixir ★ 6 3y agoExplain → -
og-image ⑂
Open Graph Image as a Service - generate cards for Twitter, Facebook, Slack, etc
TypeScript ★ 5 4y agoExplain → -
fly-preview ▣
No description.
TypeScript ★ 5 2y agoExplain → -
pg-boss ⑂
Queueing jobs in Node.js using PostgreSQL like a boss
JavaScript ★ 4 8d agoExplain → -
mailme ▣
A clone of Netlify's mailme package used in Supabase Auth / GoTrue.
Go ★ 4 1y agoExplain → -
pgbouncer_exporter ⑂
Prometheus exporter for PgBouncer
Go ★ 4 1y agoExplain → -
pgextkit ▣
No description.
Rust ★ 4 3y agoExplain → -
remco ⑂ ▣
remco is a lightweight configuration management tool
★ 4 3y agoExplain → -
shared-types
No description.
TypeScript ★ 3 20h agoExplain → -
phoenix ⑂
Peace of mind from prototype to production
Elixir ★ 3 1d agoExplain → -
cloudflare-exporter ⑂
Prometheus CloudFlare Exporter
Go ★ 3 13d agoExplain → -
design-tokens ▣
No description.
★ 3 3y agoExplain → -
productions
Supabase SynthWave. The best soundtrack to build an app in a weekend and scale to billions.
TypeScript ★ 3 4mo agoExplain → -
VictoriaMetrics ⑂
VictoriaMetrics: fast, cost-effective monitoring solution and time series database
Go ★ 3 4mo agoExplain → -
test-inspector ▣
Check your test results against the reference run and compare coverage for multiple client libraries
Go ★ 3 4mo agoExplain → -
deno_core ⑂
The core engine at the heart of Deno
★ 3 3mo agoExplain → -
yet-another-cloudwatch-exporter ⑂ ▣
AWS cloudwatch to prometheus exporter - Discovers services through AWS tags, gets cloudwatch data and provides them as prometheus metrics with AWS tags as labels.
Go ★ 3 5y agoExplain → -
consul-template ⑂ ▣
Template rendering, notifier, and supervisor for @HashiCorp Consul and Vault data.
Go ★ 3 4y agoExplain → -
sdk
The canonical, machine-readable record of which features each official Supabase client SDK implements.
TypeScript ★ 2 1d agoExplain → -
terraform-provider-supabase-analytics
For provisioning analytics resources via terraform/opentofu/pulumi
Go ★ 2 13d agoExplain → -
tus-node-server ⑂ ▣
Node.js tus server
TypeScript ★ 2 2y agoExplain → -
elixir-otel-metric-exporter ⑂
No description.
Elixir ★ 2 28d agoExplain → -
jit-db-gatekeeper
PAM for allowing Just-in-time access to postgres databases
Go ★ 2 1mo agoExplain → -
sdaudit
No description.
Go ★ 2 2mo agoExplain → -
node-postgres ⑂
PostgreSQL client for node.js.
JavaScript ★ 2 1mo agoExplain → -
supamonitor
No description.
Rust ★ 2 3mo agoExplain → -
gen_rpc ⑂
A scalable RPC library for Erlang-VM based languages
Erlang ★ 2 2mo agoExplain → -
pgvector ⑂ ▣
Open-source vector similarity search for Postgres
★ 2 3y agoExplain → -
nix-skel-service
Skeloten Package and CI/CD for Supabase Services
Python ★ 1 3d agoExplain → -
beam ⑂
Apache Beam is a unified programming model for Batch and Streaming data processing.
Java ★ 1 5d agoExplain → -
postgrest ⑂
REST API for any Postgres database
Haskell ★ 1 1mo agoExplain → -
hack-the-base
challenge apps for capture the flag challenge
TypeScript ★ 1 4mo agoExplain → -
effect ⑂
Build production-ready applications in TypeScript
★ 1 17d agoExplain → -
otel-cf-workers ⑂
An OpenTelemetry compatible library for instrumenting and exporting traces for Cloudflare Workers
TypeScript ★ 1 2mo agoExplain → -
rusty_v8
Rust bindings for the V8 JavaScript engine
★ 1 4mo agoExplain → -
node-fetch ⑂
A light-weight module that brings the Fetch API to Node.js
JavaScript ★ 1 2y agoExplain → -
cmdk ⑂ ▣
Fast, unstyled command menu React component.
★ 1 2y agoExplain → -
list ⑂
The Public Suffix List
Go ★ 1 11mo agoExplain → -
pgx-contrib-spiext ▣
No description.
Rust ★ 1 3y agoExplain → -
go-tpc ⑂
A toolbox to benchmark TPC workloads in Go
Go ★ 0 1d agoExplain → -
nix-auth-service
Packaging, Service compostion and release support for Supabase Auth
Python ★ 0 3d agoExplain → -
grafana-clickhouse-datasource ⑂
Grafana Plugin for ClickHouse
★ 0 7d agoExplain → -
dbt-adapters ⑂
No description.
★ 0 10d agoExplain → -
goat ⑂
Go (RIPE) Atlas Tools
★ 0 9d agoExplain → -
pulumi-supabase-analytics
Pulumi package for Supabase Analytics
Shell ★ 0 14d agoExplain → -
free-disk-space ⑂
:octocat:⚙️🗑️ A GitHub Action to free disk space on an Ubuntu runner.
★ 0 1y agoExplain → -
actions
No description.
★ 0 1mo agoExplain → -
prometheus-ecs-discovery ⑂
A Prometheus discoverer that scrapes Amazon ECS and a generates file SD configuration file.
Go ★ 0 1mo agoExplain → -
effect-smol ⑂
Core libraries and experimental work for Effect v4
★ 0 26d agoExplain → -
Scoop-Main ⑂
📦 The default bucket for Scoop.
★ 0 1mo agoExplain → -
cli-monorepo-sandbox
Throwaway sandbox for rehearsing the CLI monorepo consolidation. Do not depend on this.
Go ★ 0 2d agoExplain → -
firecracker-client ⑂
Rust SDK for the Firecracker microVM API.
Rust ★ 0 2mo agoExplain → -
poolboy ⑂
A hunky Erlang worker pool factory
Erlang ★ 0 2mo agoExplain → -
ts-to-rls-demo
No description.
TypeScript ★ 0 3mo agoExplain → -
ubuntu-cis-audit
goss based ubuntu server audit
Go ★ 0 7mo agoExplain → -
ubuntu-nix-sbom
SBOM in SPDX for Ubuntu, Nix, or both
Go ★ 0 2mo agoExplain → -
peep ⑂
Small, simple, unsampled metrics
★ 0 5mo agoExplain → -
telemetry_metrics ⑂
Collect and aggregate Telemetry events over time
★ 0 9mo agoExplain → -
fastify-multipart ⑂
Multipart support for Fastify
★ 0 8mo agoExplain → -
rollouts-plugin-trafficrouter-gatewayapi ⑂
The Argo Rollouts plugin implementing the Kubernetes Gateway API specification for using different traffic providers in progressive delivery scenarios
Go ★ 0 7mo agoExplain → -
s3fs-fuse ⑂ ▣
FUSE-based file system backed by Amazon S3
★ 0 1y agoExplain → -
postgresql ⑂ ▣
Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch
C ★ 0 4y agoExplain → -
opentelemetry-erlang ⑂
OpenTelemetry Erlang SDK
★ 0 1y agoExplain → -
mecab-naist-jdic ⑂
https://osdn.net/projects/naist-jdic/
★ 0 3y agoExplain → -
eszip ⑂
A compact file format to losslessly serialize an ECMAScript module graph into a single file
★ 0 5mo agoExplain → -
plv8 ⑂
V8 Engine Javascript Procedural Language add-on for PostgreSQL
★ 0 2y agoExplain →
No repos match these filters.