UNPKG

sampledb

Version:

Sample data in a database style format.

9 lines (6 loc) 173 B
async function test() { let db = sampleServer('./test/SampleDB.json', 'students, scores') .data; return db.students.length > 1; }