motoko-crud icon indicating copy to clipboard operation
motoko-crud copied to clipboard

A framework for constructing CRUD services in Motoko for the Internet Computer.

Results 9 motoko-crud issues
Sort by recently updated
recently updated
newest added

I can't use this libary, because there are no examples or documentation showing how to use the API. Is this project a personal one or something for the public ?

The test `RawMap` demonstrates one current workaround. See https://github.com/matthewhammer/motoko-crud/pull/9 for details.

Use this framework to streamline the reconstruction of the "produce exchange" example demo from 2019.

- [ ] motoko-bigmap is public - [ ] some additional thought about how to deal with serialization/deserialization for everything going into/out of it - [ ] all done. :...

Additional N-way versions permit "bulk" versions of the operations, toward the larger goal of constructing efficient messages over the network.

Fill the holes in the code for the "other half" of the `Database` implementation, where we use an ordered representation with no hashing.

- [ ] Log equality - Not required (but interesting): Log queries / assertion language.