Skip to content

Commit 3eea18d

Browse files
authored
Update README.md
Add not-a-driver notice to readme
1 parent 2b7f91e commit 3eea18d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# JSON-SQL
22

33
Node.js library for mapping mongo-style query objects to SQL queries.
4+
This library **is not** a driver, it is only translator, you should use specific driver for your db (for example https://github.com/brianc/node-postgres for PostgreSQL) to execute result query.
45

56
## Quick Start
67

0 commit comments

Comments
 (0)