https://github.com/mosch/neon-offline
https://github.com/mosch/neon-offline
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mosch/neon-offline
- Owner: mosch
- Created: 2023-08-07T08:38:26.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-07T08:39:37.000Z (almost 3 years ago)
- Last Synced: 2025-06-22T12:03:59.164Z (about 1 year ago)
- Language: TypeScript
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.