Skip to content

Commit

Permalink
clean up - you dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
JWally committed Aug 23, 2022
1 parent 8d3c0cd commit 0757d18
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -294,17 +294,6 @@ class EZindexDB{
// DEMO:
/////////////////////////////////

let ez = new EZindexDB();
await ez.start("company","people",["name"]);

await ez.creates("people",{"id": "1", "salary": 12, "name": "STEVE"});
await ez.creates("people",{"id": "2", "salary": 12, "name": "EDDY"});
await ez.creates("people",{"id": "3", "salary": 12, "name": "JOE"});
await ez.creates("people",{"id": "4", "salary": 13, "name": "JOE"});

let data = await ez.searches("people","name", "JOE");


/*
// Instantiate the DB
let ez = new EZindexDB();
Expand Down

0 comments on commit 0757d18

Please sign in to comment.