-
Notifications
You must be signed in to change notification settings - Fork 111
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
Getting DB/table information #45
Comments
What do you mean by table/db size? |
For example, postgresql has "pg_database_size(name)" that returns the disk size used by the DB. |
It's a sysadmin's related feature, I think it's getting out of project focus. Rows count is a good feature. |
This issue can be closed. The pull request 64 already merged, meet the needs of this request. |
Well, it depends on how you look at it I suppose. I would think this project's focus is to make it easier to talk to databases and that includes getting information about them or the tables inside. Just my two cents though ;) |
Hi there, first of all thanks for writing this awesome project.
What are you thoughts on adding a way to get db/table size to this library? I was thinking something along the lines of:
The ability to run
EXPLAIN
statements would also be really useful.The text was updated successfully, but these errors were encountered: