From 1483ffba3b63c4fd4129b7cf1b42928d9687b061 Mon Sep 17 00:00:00 2001 From: QSmally Date: Tue, 28 Jul 2020 14:11:16 +0200 Subject: [PATCH] Generated documentations --- Documentation/Connection.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Documentation/Connection.md b/Documentation/Connection.md index 5cc2ecd..ce4a492 100644 --- a/Documentation/Connection.md +++ b/Documentation/Connection.md @@ -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 `.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.