Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-11T02:46:30.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T07:41:16.614Z (about 1 month 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
[![Build status](https://travis-ci.com/notaphplover/ant-sql.svg?branch=develop)](https://travis-ci.com/notaphplover/ant-sql.svg?branch=develop)
[![Coverage Status](https://coveralls.io/repos/github/notaphplover/ant-sql/badge.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.