Skip to content

Commit fb3ee15

Browse files
committed
updated readme
1 parent b28a418 commit fb3ee15

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

scripts/con-database/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Con-Databases
22
This package contains three types of databases, JsonDatabase, NBTDatabase, CustomDatabase.
3-
Each of these database types supports all possible Map class operations from ECMAScript, which means.
3+
Each of these database types supports all possible [Map class](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map) operations from ECMAScript, which means.
44
### Inherited from Map
55
- size: number of properties
66
- [Symbol.iterator]: is iterable [key, value]
@@ -58,4 +58,6 @@ myDB.delete("Josh");
5858
myDB.forEach((value,key)=>{
5959
console.warn(key, value);
6060
});
61-
```
61+
```
62+
63+
### [Latest version Here (ConMaster's Github)](https://github.com/Con-JS-Development/Con-Database)

0 commit comments

Comments
 (0)