Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evanshortiss/neon-serverless-http-basic
https://github.com/evanshortiss/neon-serverless-http-basic
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/evanshortiss/neon-serverless-http-basic
- Owner: evanshortiss
- Created: 2024-03-13T22:18:30.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-13T22:56:53.000Z (8 months ago)
- Last Synced: 2024-04-09T13:09:28.712Z (7 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Neon Serverless HTTP Driver Test
Clone the repository and set your `DATABASE_URL` in a _.env_ file:
```bash
git clone https://github.com/evanshortiss/neon-serverless-http-basiccd neon-serverless-http-basic
npm install
cp .env.example .env
```Now run the code:
```bash
npm start
```On success the program will print something similar to:
```js
[
{
version: 'PostgreSQL 16.2 on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit'
}
]
```