Commit Graph

13 Commits

Author SHA1 Message Date
Lee Smet
74a1215554 Proper jsonb field encoding
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
2025-07-31 12:15:52 +02:00
Lee Smet
0a8e2040ef Add postgres code
- Set is currently working
- Other methods to test

Signed-off-by: Lee Smet <lee.smet@hotmail.com>
2025-07-30 16:31:40 +02:00
timurgordon
e91a44ce37 fmt, fixes and additions 2025-06-19 13:18:10 +03:00
timurgordon
0da512484f fix merge issues and rhai examples wip 2025-05-22 23:57:33 +03:00
timurgordon
93950bcab4 Merge branch 'development_add_incremental_mode_to_heromodels' 2025-05-22 18:24:11 +03:00
timurgordon
56ec505874 implement more models and rhai examples 2025-05-22 03:57:03 +03:00
Mahmoud Emad
57f59da43e fix: Use incremental ID 2025-05-17 13:47:17 +03:00
Mahmoud Emad
a676854251 fix: Use incremental ID 2025-05-17 13:00:05 +03:00
Lee Smet
d8b40b6995 simplify DB constructor
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
2025-04-25 14:15:52 +02:00
Lee Smet
b8e1449ddb Restructure crates for correct proc macro usage
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
2025-04-25 13:58:17 +02:00
Lee Smet
96a1ecd974 Update macro to use #[index] attributes
- Also use proper types for index.
 - Update DB interface to be more flexible for index params

Signed-off-by: Lee Smet <lee.smet@hotmail.com>
2025-04-25 13:26:15 +02:00
Lee Smet
1343e61e0f Expand index trait to also include key type
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
2025-04-23 15:09:54 +02:00
Lee Smet
276cf3c8d8 Add alternative DB interface and implementation
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
2025-04-23 13:53:10 +02:00