Farzad Bekran
Farzad Bekran
I use the code below to add 200,000 tuples to a test relvar. After execution, `project-m36-server` uses about 1GB of RAM. Once I quit the server and start it again,...
Currently attempting to sort a relation by an attribute that has a constructed type throws an `AttributeNotSortableError`. This is really limiting, since even a simple `Maybe` type becomes unsortable as...
Given that most API calls take a `Connection` and `SessionId` and return an `Either RelationalError a` result type, I have made a `ReaderT` + `ExceptT` monad stack and wrapped the...
The documentation for `JSON.Object.insert ` states that it will overwrite values for the existing keys, but it is not overwriting, you have to delete the key manually before inserting an...