Skip to content

Commit 0f7eb94

Browse files
Mike Kari AndersonMike Kari Anderson
Mike Kari Anderson
authored and
Mike Kari Anderson
committed
Added note about the examples directory
1 parent 0090bb5 commit 0f7eb94

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Common Database Interface for Node
55
Database-js creates the structure for a common database interface. It's roughly structured on Java's database interface. It has built in prepared statements, even if the underlying driver does not support them. It is built on Promises so it works well with ES7 async code.
66

77
## Example
8+
Functional examples can be found in the [examples directory](https://github.com/mlaanderson/database-js/tree/master/examples)
9+
810
Database-js uses the concept of a connection string. The format of the string is:
911
`driver://[[[username]:[password]@]host]/database[?other parameters]`
1012

test.ini

-10
This file was deleted.

0 commit comments

Comments
 (0)