A web-based ASP.NET Core application that connects to a database using a connection string.
It loads all tables and provides a user-friendly, easy-to-use GUI for viewing, searching, sorting, and loading data.
The application also includes a query tool to execute queries and perform table joins.
Essentially, it functions as a small database explorer.
- Connect to databases using a connection string
- Load and display all tables
- User-friendly GUI for:
- Searching
- Sorting
- Loading data
- Query tool to execute dynamic SQL and join tables
- Works with SQL Server and PostgreSQL
- Clone the repository:
git clone https://github.com/yourusername/database-explorer.git