Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/evanshortiss/neon-serverless-http-basic


https://github.com/evanshortiss/neon-serverless-http-basic

Last synced: 21 days ago
JSON representation

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-basic

cd 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'
}
]
```