Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEATURE | Get size of SQLite3x database #50

Open
v1a0 opened this issue Nov 7, 2021 · 0 comments
Open

FEATURE | Get size of SQLite3x database #50

v1a0 opened this issue Nov 7, 2021 · 0 comments
Labels
discussion Questions about implementation details, help or support feature New feature request good first issue Good for newcomers

Comments

@v1a0
Copy link
Owner

v1a0 commented Nov 7, 2021

Get size of SQLite3x database

db: SQLite3x = ...

print(db.get_size())
print(db._size)
print(db._file_size)
@v1a0 v1a0 changed the title FEATURE | Get size SQLite3x FEATURE | Get size of SQLite3x database Nov 7, 2021
@v1a0 v1a0 added feature New feature request good first issue Good for newcomers discussion Questions about implementation details, help or support labels Nov 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion Questions about implementation details, help or support feature New feature request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant