1
0
Fork
You've already forked ReactiveLog
0
Reactive Datalog
  • Go 100%
2025年08月13日 21:02:09 +02:00
.idea update SQL dialect mappings to reflect generator package changes 2025年08月13日 15:18:38 +02:00
.junie refine guidelines: document SQL generation, clarify transformation steps, and add assertion examples 2025年08月11日 10:19:57 +02:00
docs mark arrayify.go special cases refactoring task as complete and document new invariants to check 2025年08月11日 10:21:37 +02:00
generator refactor sqlgen: rename GetInsertStatements to CreateInsertStatements, add CreateCreationStatements for table creation SQL generation, and update tests to improve coverage 2025年08月13日 21:02:09 +02:00
parser refactor sqlgen: add GetTableNames and GetInsertStatements, remove redundant logic, and enhance test coverage 2025年08月13日 20:34:40 +02:00
utils migrate linearization logic to generator package, update imports, and adjust tests for parser-package separation 2025年08月11日 14:38:29 +02:00
.gitignore add SQLite data source configuration files and update gitignore to exclude SQLite files 2025年08月09日 20:29:12 +02:00
go.mod replace goqu dependency with custom SQL string generation logic in sqlgen, update tests, and remove unused go.mod entries 2025年08月13日 20:53:01 +02:00
go.sum replace goqu dependency with custom SQL string generation logic in sqlgen, update tests, and remove unused go.mod entries 2025年08月13日 20:53:01 +02:00