Lightweight Cosmos DB emulator
Go to file
Pijus Kamandulis 1c5e5ce85d Implement ARRAY_CONCAT, ARRAY_LENGTH, ARRAY_SLICE, SetIntersect, SetUnion functions 2024-02-25 00:38:10 +02:00
api Implement state export endpoint 2024-02-23 00:27:12 +02:00
internal Implement UPPER/LOWER; minor Fixes 2024-02-24 20:00:47 +02:00
parsers Implement ARRAY_CONCAT, ARRAY_LENGTH, ARRAY_SLICE, SetIntersect, SetUnion functions 2024-02-25 00:38:10 +02:00
query_executors/memory_executor Implement ARRAY_CONCAT, ARRAY_LENGTH, ARRAY_SLICE, SetIntersect, SetUnion functions 2024-02-25 00:38:10 +02:00
.gitignore Implement STRINGEQUALS 2024-02-18 22:37:09 +02:00
Makefile Fix typo 2024-02-19 00:28:16 +02:00
go.mod Implement UPPER/LOWER; minor Fixes 2024-02-24 20:00:47 +02:00
go.sum Added tests for Databases and Collections 2024-02-10 20:17:33 +02:00
main.go Added ability to load initial storage data 2024-02-14 20:46:40 +02:00
tests.http Added support for array selects 2024-02-13 21:57:33 +02:00