Skip to content

Commit

Permalink
Generated documentations
Browse files Browse the repository at this point in the history
  • Loading branch information
QSmally committed Jul 28, 2020
1 parent 7e84b65 commit 1483ffb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Documentation/Connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@ const MyDB = new QDB.Connection("lib/Databases/Users.qdb");
>
> Type **{String}**
## [.Size](https://github.com/QSmally/QDB/blob/v4/lib/Connection.js#L104)
> Fetches all the rows of this database.
>
> Type **{Number}**
## [.CacheSize](https://github.com/QSmally/QDB/blob/v4/lib/Connection.js#L114)
> Retrieves all the in-memory cached rows of this Connection. Extension of what would be `<Connection>.Cache.size`, but checks for the ready state.
>
> Type **{Number}**
# Methods
## [.Disconnect()](https://github.com/QSmally/QDB/blob/v4/lib/Connection.js#L125)
> Disconnects from the database, clears in-memory rows.
Expand Down

0 comments on commit 1483ffb

Please sign in to comment.