https://github.com/tursodatabase/libsql-js-116
Reproducer for issue reported in #116
https://github.com/tursodatabase/libsql-js-116
Last synced: 3 months ago
JSON representation
Reproducer for issue reported in #116
- Host: GitHub
- URL: https://github.com/tursodatabase/libsql-js-116
- Owner: tursodatabase
- Created: 2024-06-10T19:10:15.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-10T19:11:07.000Z (12 months ago)
- Last Synced: 2025-01-05T20:41:58.392Z (5 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Install Dependencies
Install dependencies with npm:
```sh
npm i
```# Run
To run this code, simply run the following command:
```sh
node test.mjs
```