Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
wyhaya committed Jan 13, 2024
0 parents commit e56f4dd
Show file tree
Hide file tree
Showing 5 changed files with 82 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: 🐞 Bug Report
title: "[BUG] "
description: Report a bug
labels: ["bug"]

body:
- type: textarea
id: description
attributes:
label: Describe the bug
description: A clear description of what the bug is. Include screenshots if applicable.
placeholder: Bug description
validations:
required: true

- type: textarea
id: info
attributes:
label: Platform and Database
description: "Operating system and version / database and version you are using"
placeholder: "macOS 14.0, MySQL 8.0"
render: text
validations:
required: true
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: 💡 Feature Request
title: "[Feature Request] "
description: Suggest an idea
labels: ["enhancement"]

body:
- type: textarea
id: description
attributes:
label: Describe the solution you'd like
description: "A clear description of what change you would like"
placeholder: "I would like to..."
validations:
required: true
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/question.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: 💬 Question
title: "[Question] "
description: Ask a question
labels: ["question"]

body:
- type: textarea
id: question
attributes:
label: What is your question?
description: "Describe what you want to know about"
validations:
required: true
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Dataflare

![Preview](https://github.com/DataflareApp/Dataflare/assets/23690145/33b0aece-8c5c-4a14-9c65-9c8dee722b93)

---

Dataflare is a simple, easy-to-use database manager. It is easy to connect to your databases, manage Table, view Data, write SQL and run Query.

#### Supported Databases

`libSQL` `MariaDB` `MySQL` `PostgreSQL` `Rqlite` `SQLCipher` `SQLite` `SQL Server`

#### Supported Platform

`Windows` `macOS` `Linux`

## Download

- [Dataflare Website](https://dataflare.app/download)

## Feedback

This repository is used to collect Dataflare `bugs` and `feedback`. If you encounter any bugs or have any suggestions or new feature requests, please [open an issue](https://github.com/DataflareApp/Dataflare/issues).

## Contact Us

If you have any other questions or need further assistance, please contact us at:

- Email: [[email protected]](mailto:[email protected])
- X: [@DataflareApp](https://twitter.com/DataflareApp)

0 comments on commit e56f4dd

Please sign in to comment.