-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
43 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,44 @@ | ||
# DBer | ||
Simple Microsoft Access database manager | ||
|
||
Simple Access database manager.\ | ||
簡單的Microsoft AccessDB 管理工具。 | ||
|
||
|
||
|
||
|
||
|
||
## Authors | ||
|
||
- [@malbuffer4pt](https://github.com/malbuffer4pt) | ||
|
||
|
||
## Version | ||
V1.0.0.\ | ||
Support DB : Microsoft AccessDB | ||
|
||
## Features | ||
|
||
- Simple | ||
- Free | ||
- Protable, no need to install | ||
|
||
|
||
## Demo | ||
|
||
![1](https://github.com/malbuffer4pt/DBer/blob/main/1.png) | ||
![2](https://github.com/malbuffer4pt/DBer/blob/main/2.png) | ||
![3](https://github.com/malbuffer4pt/DBer/blob/main/3.png) | ||
![4](https://github.com/malbuffer4pt/DBer/blob/main/4.png) | ||
![5](https://github.com/malbuffer4pt/DBer/blob/main/5.png) | ||
|
||
## FAQ | ||
|
||
#### Can I manager another database file such as *.sql, *.db? | ||
|
||
Coming soon... | ||
|
||
#### Can I delete the data.mdb file? | ||
|
||
data.mdb file stored the "Project" data, so it will not able to load the "Project" if you delete it.\ | ||
However, DBer program will generate an new data.mdb file it does not exist. | ||
|