An open API service indexing awesome lists of open source software.

https://github.com/mosch/neon-offline


https://github.com/mosch/neon-offline

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Neon Offline
This example repository shows how to use the Neon library in an local / offline environment with docker. It runs
a local postgres database and a local Neon (websockets) proxy.

## Using with Drizzle
This example uses Neon with the [Drizzle ORM](https://github.com/drizzle-team/drizzle-orm) but any other library should work the same.
I use this for offline / local development in a Cloudflare worker / Miniflare setup.