Dbeaver tutorial #11068
casadmack74
started this conversation in
General
Dbeaver tutorial
#11068
Replies: 2 comments 1 reply
-
Hello, I'm trying to learn how to make graphical stuff with java, and I was curious as to whether it would be better to stop using the netbeans design tab to make my applications, or continue using them. Would it even be worth the trouble of learning how to hard code it? Would anyone ever require me to hard code my application instead of using a tool as helpful as this? |
Beta Was this translation helpful? Give feedback.
1 reply
-
There is some documentation on specific topics on the Wiki https://github.com/dbeaver/dbeaver/wiki |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
My objective is to create a database and populate it with data. Currently I have managed to connect to a database. I am using MariaDB as the database and Dbeaver as the GUI editor. The steps that I have in mind is
Create an ERD diagram for the empty database.
Create actual the tables and their relationships
Populate it with data.
Would anyone be able to help me in this regards.
Thanks & Best Regards.
Beta Was this translation helpful? Give feedback.
All reactions