Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/refupanker/databasemanagerv1

C# - WPF - Database query executer (sql and mysql based) - Expandable app
https://github.com/refupanker/databasemanagerv1

Last synced: about 2 months ago
JSON representation

C# - WPF - Database query executer (sql and mysql based) - Expandable app

Awesome Lists containing this project

README

        

# DatabaseManagerV1
C# - WPF - Database query executer (sql and mysql based) - Expandable app

inspect Managers folder for database access system
app getting ConnectionStrings from Pool folder

also contains service controller (start/stop)

## Code Explaintations
- Connection Strings
![ConnectionStrings](https://github.com/REFUPANKER/DatabaseManagerV1/assets/68808212/722d343c-fee7-4851-8620-5e376763fc18)
- Db Managers Template
![ManagersTemplate](https://github.com/REFUPANKER/DatabaseManagerV1/assets/68808212/c6fa1be7-6909-4166-bb36-7c9a3ff8051e)

- Db Manager Example
![ManagersExample](https://github.com/REFUPANKER/DatabaseManagerV1/assets/68808212/74eb4290-9e4a-4177-a075-15e224d86d6e)

- Db Managers List in [MainWindow.xaml.cs](https://github.com/REFUPANKER/DatabaseManagerV1/blob/8e9c52d803ca648d329eebfb65532c3ef16aabf2/DatabaseManagerV1/MainWindow.xaml.cs#L58)
![ManagersList](https://github.com/REFUPANKER/DatabaseManagerV1/assets/68808212/320f0c55-dc24-45a6-9c7c-4d192d6d5cd7)

## Images From App
- User Interface
![AppUi](https://github.com/REFUPANKER/DatabaseManagerV1/assets/68808212/b55c560f-a5f6-47fc-91fb-caa46e1e874e)

- Db Items List
![DbItems](https://github.com/REFUPANKER/DatabaseManagerV1/assets/68808212/8ac73a57-9d0f-44ad-8aaf-eaf8f4260be6)

- Result Examples and Last Executed Queries Menu
![ResultExample](https://github.com/REFUPANKER/DatabaseManagerV1/assets/68808212/c215c58b-f1c1-4a72-9a85-81c18fbee1dd)