UNPKG

sampledb

Version:

Sample data in a database style format.

8 lines (5 loc) 172 B
async function test () { let client = await sampleClient('/test/SampleDB.json', null); return client.data.customers.length > 0; }