0.2.0 • Published 11 months ago

dbsh v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

dbsh

🪐 Features

āœ… Display detailed information about a specific table.

āœ… Show schema definitions for all tables in the database.

āœ… List all tables present in the database.

āœ… Automatically load database connection URL from .env file.

more coming soon...

✨ Motivation

I'm not a big fan of tools like pgAdmin or MySQL Workbench. They are great tools, but they just provide more information than I need. I prefer using the CLIs that each database provides, but installing sqlite3, psql, and learning all the commands is a bit too much work for me šŸ˜….

I wanted something simpler and easy to extend, so I decided to create my own tool to get information from my database without leaving my terminal.

The project is inspired by artisan (from Laravel) and wrangler (from Cloudflare).

šŸ”­ Roadmap

Here's what you can expect in future releases:

  • Support for more databases.
  • An option to read the database connection URL from a configuration file, like .env. (released in v0.2.0)
  • Include additional information such as indexes and foreign key definitions in the table command.

šŸ“ƒ License

Published under the MIT license

0.2.0

11 months ago

0.1.0

11 months ago

0.1.0-canary.0

11 months ago