sunboyy
|
021de6214c
|
Fix struct tag with spaces as values (#36)
|
2023-04-19 19:42:08 +07:00 |
|
sunboyy
|
bdb63c8129
|
Move function body generation into codegen package (#35)
* Move function body generation into codegen package
|
2023-04-18 20:21:46 +07:00 |
|
sunboyy
|
1e0ab5d701
|
Add new comparators: Exists and NotExists (#33)
|
2022-11-12 16:09:59 +07:00 |
|
sunboyy
|
482dd095a6
|
Enforce new linting rules: errname, errorlint, lll, stylecheck (#32)
|
2022-11-09 11:21:11 +07:00 |
|
sunboyy
|
ec08a5a918
|
Segregate base code generation logic to a new package (#31)
|
2022-10-18 19:37:50 +07:00 |
|
sunboyy
|
0a1d5c8545
|
Add comment to interface method (#28)
|
2022-05-16 22:37:03 +07:00 |
|
sunboyy
|
66c63d4d6c
|
Add increment update operator
|
2021-05-03 14:12:58 +07:00 |
|
sunboyy
|
295f457e64
|
Add push update operator
|
2021-03-31 18:44:31 +07:00 |
|
sunboyy
|
d4f3591912
|
Support referencing field of another struct
|
2021-03-03 21:01:32 +07:00 |
|
sunboyy
|
962779ce40
|
Add functionality to sort in find operation
|
2021-02-26 10:27:00 +07:00 |
|
sunboyy
|
87ecd3704b
|
Add functionality to update the whole model
|
2021-02-24 19:05:27 +07:00 |
|
sunboyy
|
2383e5da86
|
Add NotIn, True and False comparators
|
2021-02-23 19:10:25 +07:00 |
|
sunboyy
|
fa109a09a8
|
Improve error message
|
2021-02-14 11:48:09 +07:00 |
|
sunboyy
|
50b3a3c536
|
Create query spec documentation
|
2021-02-12 22:19:31 +07:00 |
|
sunboyy
|
496f9541cb
|
Add count operation
|
2021-02-06 18:05:47 +07:00 |
|
sunboyy
|
25e1b2aa85
|
Add insert operation
|
2021-02-01 21:39:20 +07:00 |
|
sunboyy
|
25da70933f
|
Add update operation
|
2021-01-27 19:15:25 +07:00 |
|
sunboyy
|
e78f9180da
|
Add delete operation
|
2021-01-26 20:23:52 +07:00 |
|
sunboyy
|
e37f4dbb2f
|
Add comparator BETWEEN and fix multi-names parameter code extractor
|
2021-01-24 15:31:21 +07:00 |
|
sunboyy
|
489edbd9e2
|
Add entrypoint to the program
|
2021-01-23 20:03:16 +07:00 |
|
sunboyy
|
ba77c93d64
|
Add IN comparator
|
2021-01-22 09:56:30 +07:00 |
|
sunboyy
|
f799a284b1
|
Validate parameter types in method signature
|
2021-01-21 18:56:30 +07:00 |
|
sunboyy
|
153deb8f7d
|
Add Or operator
|
2021-01-19 19:35:54 +07:00 |
|
sunboyy
|
bc878c778c
|
Add simple comparison predicates
|
2021-01-19 19:26:26 +07:00 |
|
sunboyy
|
a24a9f81d7
|
Generate Mongo repository code from repository spec
|
2021-01-17 14:23:59 +07:00 |
|