-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO.txt
34 lines (25 loc) · 933 Bytes
/
TODO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# TODO
|| Write a Micronaut example
|| Write a Quarkus example
|| Write a SpringBoot example
|| Make it available on Maven;
|x| Parse query to get columns and tables;
|x| Generate the classes that receive ResultSet and return the objects;
|x| Handle table name;
|x| Handle Java Record
|x| Test composite primary key
|x| Make it a Maven project;
|x| Add License
|x| Don't create a record wrapper class if it's returning just one class
|x| Handle createWith and addWith for OneToMany and ManyToMany
|| Write more unit tests
|| Write more integration tests
|| Use Testcontainers with MySQL, PostgreSQL, Oracle
|| Use TestContainers to Github Actions
|| Blog about TestContainers
|| Use spotless to format code;
|| Handle Java modules ???
|| Allow to map a generated column to a field in an existing class.
|| Test array column. Does Mysql support it?
|| debug mc to see the stacktrace
|| compare debugging in Eclipse vs VSCode