https://github.com/hyper-systems/esy-sqlite
SQLite3 package for esy
https://github.com/hyper-systems/esy-sqlite
Last synced: 2 months ago
JSON representation
SQLite3 package for esy
- Host: GitHub
- URL: https://github.com/hyper-systems/esy-sqlite
- Owner: hyper-systems
- Created: 2020-03-27T11:44:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-16T17:42:33.000Z (about 5 years ago)
- Last Synced: 2025-01-21T20:19:55.682Z (4 months ago)
- Language: C
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Esy package for SQLite3
This repository provides an [esy](https://esy.sh) package description for SQLite3.
## Installation
Add an entry to the "dependencies" section in your project's `package.json`:
```
"dependencies": {
"esy-sqlite": "hyperag/esy-sqlite:package.json#b353f2b"
}
```See the included [test package](https://github.com/hyperag/esy-sqlite/tree/master/esy-sqlite-test) for usage example.