We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d158f6 commit c8e9844Copy full SHA for c8e9844
README.md
@@ -3,8 +3,8 @@
3
Window Application that simplifies the select, insert, update, and delete query (using JavaFX, Velocity)
4
5
### [1] Overview
6
-Users can generate CRUD query easily without writing any SQL.
7
-You can also map Table to Java source codes (i.e., DAO, DTO)
+- Users can generate CRUD query easily without writing any SQL.
+- You can also map Table to Java source codes (i.e., DAO, DTO)
8
9
Through Source Code Generator,
10
> 1) users can access the database and load the table and data.
0 commit comments