https://github.com/notaphplover/ant-sql
SQL extension for AntJS
https://github.com/notaphplover/ant-sql
javascript mssql mssqlserver mysql oracle-db postgresql redis sqlite typescript
Last synced: 4 months ago
JSON representation
SQL extension for AntJS
- Host: GitHub
- URL: https://github.com/notaphplover/ant-sql
- Owner: notaphplover
- License: mit
- Created: 2019-04-12T07:21:18.000Z (about 7 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-11T02:46:30.000Z (over 3 years ago)
- Last Synced: 2025-01-16T18:37:50.813Z (over 1 year ago)
- Topics: javascript, mssql, mssqlserver, mysql, oracle-db, postgresql, redis, sqlite, typescript
- Language: TypeScript
- Size: 808 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://travis-ci.com/notaphplover/ant-sql.svg?branch=develop)
[](https://coveralls.io/github/notaphplover/ant-js?branch=develop)
## Description
SQL extension for [AntJS](https://github.com/notaphplover/ant-js).
## Status
In beta phase. The library is being tested in a pre production environment.
## How to build the library
Just run the build script:
```
npm run build
```
## How to run tests
Tests are dockerized in order to start a redis server and a PostgreSQL server in a virtual environment.
You can run all the tests with the test script:
```
npm test
```
A coverage report will be generated at the coverage directory.
## Aknowledgements
Special thanks to [Pablo López Torres](https://github.com/supertowers) for the theoretical knowledge and conversations that led to this project.