Skip to content

Commit 839ab8b

Browse files
Mike Kari AndersonMike Kari Anderson
Mike Kari Anderson
authored and
Mike Kari Anderson
committed
Added references to the included files, or live examples.
1 parent 0ee0a03 commit 839ab8b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ var Database = require('database-js2').Connection;
6363

6464

6565
#### MS Excel Example
66+
The example XLS file is included in this package.
6667
~~~~
6768
var Database = require('database-js2').Connection;
6869
@@ -84,6 +85,7 @@ var Database = require('database-js2').Connection;
8485

8586
#### Firebase Example
8687
The username and password is not the Firebase account holder's email and password. These are the login credentials for an authorized user of the Firebase data. Currently the wrapper only supports [email sign in methods](https://firebase.google.com/docs/auth/web/password-auth).
88+
This example is live, but read-only, if you install the normal [Firebase](https://www.npmjs.com/package/firebase) package, you can use the API key and credentials below to examine the data the Firebase way and compare it to this SQL wrapper.
8789
~~~~
8890
var Database = require('database-js2').Connection;
8991
@@ -104,7 +106,7 @@ var Database = require('database-js2').Connection;
104106
~~~~
105107

106108
#### SQLite Example
107-
Memory only SQLite databases are not yet supported, a filename must be passed.
109+
Memory only SQLite databases are not yet supported, a filename must be passed. The example database is included in this package, so this should be able to run.
108110
~~~~
109111
var Database = require('database-js2').Connection;
110112

0 commit comments

Comments
 (0)