{"id":37467100,"url":"https://github.com/alexeysp11/sqlviewer","last_synced_at":"2026-01-16T07:11:06.352Z","repository":{"id":141791596,"uuid":"391583030","full_name":"alexeysp11/sqlviewer","owner":"alexeysp11","description":"A multilingual C# application that provides a user-friendly interface for interacting with different RDBMS and performing various database operations.","archived":false,"fork":false,"pushed_at":"2026-01-08T16:10:44.000Z","size":11263,"stargazers_count":2,"open_issues_count":10,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-08T22:19:30.386Z","etag":null,"topics":["csharp","database-management","sql","wpf"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alexeysp11.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-08-01T09:26:39.000Z","updated_at":"2025-12-20T16:20:53.000Z","dependencies_parsed_at":"2023-11-08T12:29:58.930Z","dependency_job_id":"dfa7365e-1d68-40b7-a033-0a31a879e63f","html_url":"https://github.com/alexeysp11/sqlviewer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alexeysp11/sqlviewer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexeysp11%2Fsqlviewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexeysp11%2Fsqlviewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexeysp11%2Fsqlviewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexeysp11%2Fsqlviewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexeysp11","download_url":"https://codeload.github.com/alexeysp11/sqlviewer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexeysp11%2Fsqlviewer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28478029,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T06:30:42.265Z","status":"ssl_error","status_checked_at":"2026-01-16T06:30:16.248Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csharp","database-management","sql","wpf"],"created_at":"2026-01-16T07:11:06.284Z","updated_at":"2026-01-16T07:11:06.340Z","avatar_url":"https://github.com/alexeysp11.png","language":"C#","readme":"# sqlviewer \n\n[English](README.md) | [Русский](README.ru.md)\n\n`sqlviewer` is a multilingual C# application that provides a user-friendly interface for interacting with different RDBMS and performing various database operations.\n\n## Overall description \n\nThis project is a C# implementation of a GUI for retrieving and transfering data from the following RDBMS: \n- **SQLite**,\n- **PostgreSQL**,\n- **MySQL**,\n- **Oracle**. \n\nIt's available in 29 different languages, such as: \n- English;\n- German;\n- Russian;\n- Spanish;\n- Portuguese;\n- Italian;\n- French;\n- Ukranian;\n- Dutch;\n- Polish;\n- Czech;\n- Serbian;\n- Croatian;\n- Korean;\n- Japanese, etc. \n\nUsing this app, you can do the following things: \n\n- write and execute SQL queries:\n\n![Example (UI, query)](docs/img/ui_query.png)\n\n- watch information about all tables inside your database (SQL definition, columns, foreign keys, triggers and all data inside a paticular table): \n\n![Example (UI, tables)](docs/img/ui_tables.png)\n\n- transfer data from one database to another:\n\n![Example (UI, connections)](docs/img/ui_connections.png)\n\n### Goal\n\nThe goal of the project is to create a C# GUI application for retrieving and transferring data from various RDBMS, including SQLite, PostgreSQL, MySQL, and Oracle.\n\nThe scope of the project includes implementing a GUI for executing SQL queries, viewing database information, and transferring data between different databases.\n\nThis project can be used by database administrators, developers, and anyone who needs to work with multiple RDBMS and perform data management tasks.\n\n### Similar open-source projects\n\nSimilar open-source projects include [DBeaver](https://github.com/dbeaver/dbeaver) and [SQuirreL SQL](https://github.com/squirrel-sql-client), but there are also similar projects written in C# such as [SQL Server Management Studio (SSMS)](https://docs.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms?view=sql-server-ver15) and [LINQPad](http://linqpad.net/).\n\n### Possible limitations\n\nPossible limitations of this project could include compatibility issues with certain RDBMS, performance issues when dealing with large datasets, and potential security vulnerabilities when transferring data between databases.\n\n## Getting started\n\n### Prerequisites\n\n- Windows OS;\n- .NET Core 3.1;\n- One of the following data sources to be able to perform some operations with data: \n    - **SQLite**,\n    - **PostgreSQL**,\n    - **MySQL**,\n    - **Oracle**.\n\n### How to run \n\nIn order to run the application, you can use command line: \n1. Go to the main folder of the repository: \n```\ncd C:\\PathToRepo\\sqlviewer \n```\n2. Execute `config.cmd` file to restore all the projects, and initialize databases and the project's file system: \n```\nconfig.cmd\n```\n3. Execute `run.cmd` file: \n```\nrun.cmd \n```\n\n### How to use \n\n[Click here](docs/HowToUse.md) to read guide on how to use the application. \n\n## For developers \n\nThis application is written in C# with **WPF** using **MVVM** pattern. \n\n### How to contribute\n\n1. [Click here](https://docs.github.com/en/get-started/quickstart/contributing-to-projects) to read guide on how to contribute to GitHub projects (common for any GitHub project). \n2. Read [to-do list](docs/TODO.md). \n\n### Application structure \n\nClass diagram is shown below:\n\n![Class diagram: SqlViewer](docs/img/sqlviewer_classdiagram.png)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexeysp11%2Fsqlviewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexeysp11%2Fsqlviewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexeysp11%2Fsqlviewer/lists"}