Lightweight Cosmos DB emulator
Go to file
Pijus Kamandulis b29608e4c8 Implement IS_ARRAY, IS_BOOL, IS_FINITE_NUMBER, IS_INTEGER, IS_NULL, IS_NUMBER, IS_OBJECT, IS_PRIMITIVE, IS_STRING functions 2024-02-24 22:29:33 +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 IS_ARRAY, IS_BOOL, IS_FINITE_NUMBER, IS_INTEGER, IS_NULL, IS_NUMBER, IS_OBJECT, IS_PRIMITIVE, IS_STRING functions 2024-02-24 22:29:33 +02:00
query_executors/memory_executor Implement IS_ARRAY, IS_BOOL, IS_FINITE_NUMBER, IS_INTEGER, IS_NULL, IS_NUMBER, IS_OBJECT, IS_PRIMITIVE, IS_STRING functions 2024-02-24 22:29:33 +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