0.3.0 • Published 10 years ago

sqlite3-reflect v0.3.0

Weekly downloads
2
License
BSD-2-Clause
Repository
github
Last release
10 years ago

sqlite3-reflect

module.exports = reflect(database, callback)

Given an sqlite3 database, reflects the schema of all tables, including indexes and foreign keys. callback should accept two arguments in the standard Node style, the first will be an error (if any occurred) and the second will be the database schema object. See the file test_schema.json in this project for an example of the object that will be returned.

License

2-clause BSD

0.3.0

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago