Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opensql-org/opensql
OpenSql is a promise-based Node.js ORM tool for MySql, Postgres and Microsoft Sql Server.
https://github.com/opensql-org/opensql
js mssql mysql nodejs orm postresql ts
Last synced: 13 days ago
JSON representation
OpenSql is a promise-based Node.js ORM tool for MySql, Postgres and Microsoft Sql Server.
- Host: GitHub
- URL: https://github.com/opensql-org/opensql
- Owner: opensql-org
- License: mit
- Created: 2022-06-23T13:39:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-31T14:57:38.000Z (6 months ago)
- Last Synced: 2024-10-11T17:15:12.969Z (about 1 month ago)
- Topics: js, mssql, mysql, nodejs, orm, postresql, ts
- Language: JavaScript
- Homepage: https://docs-opensql.vercel.app
- Size: 484 KB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
๏ปฟ# OpenSql ยท [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/opensql-org/opensql/blob/main/LICENSE) [![npm version](https://img.shields.io/npm/v/opensql.svg?style=flat)](https://www.npmjs.com/package/opensql) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/opensql-org/opensql/blob/main/CONTRIBUTING.md)
![img](docs/file/logo.png)
**OpenSql** is a javascript library for writing sql codes more easily and
promise-based [Node.js](https://nodejs.org/en/about/) [ORM tool](https://en.wikipedia.org/wiki/Object-relational_mapping)
for [Mysql](https://en.wikipedia.org/wiki/MySQL), [Postgres](https://en.wikipedia.org/wiki/PostgreSQL)
and [Microsoft SQL Server](https://en.wikipedia.org/wiki/Microsoft_SQL_Server)Would you like to contribute?
Read [our contribution guidelines](https://github.com/opensql-org/opensql/blob/main/CONTRIBUTING.md) to know more. There
are many ways to help! ๐# [Documentation](https://docs-red-rho.vercel.app/)
Ready to start using Opensql?
Check out the [Getting Started](https://docs-red-rho.vercel.app/docs/configuration) page for a quick overview.
Or Read [API Docs](https://docs-red-rho.vercel.app/docs/category/advanced)# ChangeLog
[Change Log](https://docs-red-rho.vercel.app/docs/category/version)
# License
Opensql is [MIT licensed](https://github.com/opensql-org/opensql/blob/main/LICENSE).