Skip to main content

Module stats

Module stats 

Source
Expand description

This file includse query functions for getting stats and information about the database

This file includes functions to retrieve various statistics and information about the database, such as the number of records in specific tables, the size of the database, and other relevant metrics. These functions are useful for monitoring and analyzing the performance and usage of the database.

Structs§

DbStats
TableRecords
TableStat

Constants§

PAGE_SIZE 🔒

Functions§

get_stats
Retrieves statistics about the database, including table names, record counts, and sizes.
get_table
Retrieves records from a specific table in the database, with pagination support.