Go to file
noah metz b2d84b2453 Moved db from badger to an interface 2024-03-30 14:42:06 -07:00
cmd/graphiql Got node resolution working(I think), and save/load from DB 2024-03-10 15:41:13 -06:00
.gitignore Cleanup and move away from capnp to custom TLV serialization 2023-08-31 19:50:32 -06:00
.gitmodules Modified graphql library to store the result of the last resolution in a subscription and pass it to the next resolution 2023-09-14 15:50:08 -06:00
LICENSE Added AGPLv3 LICENSE 2023-07-10 22:39:37 -06:00
Makefile Removed unecessary capnp dependency 2023-09-18 20:11:50 -06:00
context.go Moved db from badger to an interface 2024-03-30 14:42:06 -07:00
db.go Moved db from badger to an interface 2024-03-30 14:42:06 -07:00
extension.go Fixes and optimizations 2024-03-28 19:28:07 -07:00
go.mod Started graphql and serialization come together 2024-03-04 21:30:11 -07:00
go.sum Started graphql and serialization come together 2024-03-04 21:30:11 -07:00
gql.go Fixes and optimizations 2024-03-28 19:28:07 -07:00
gql_node.go Fixes and optimizations 2024-03-28 19:28:07 -07:00
gql_test.go Moved db from badger to an interface 2024-03-30 14:42:06 -07:00
graph_test.go Moved db from badger to an interface 2024-03-30 14:42:06 -07:00
listener.go Fixes and optimizations 2024-03-28 19:28:07 -07:00
lockable.go Moved db from badger to an interface 2024-03-30 14:42:06 -07:00
lockable_test.go Moved db from badger to an interface 2024-03-30 14:42:06 -07:00
log.go Moved db from badger to an interface 2024-03-30 14:42:06 -07:00
message.go Major cleanup 2024-03-04 17:30:42 -07:00
node.go Moved db from badger to an interface 2024-03-30 14:42:06 -07:00
node_test.go Fixes and optimizations 2024-03-28 19:28:07 -07:00
serialize.go Moved db from badger to an interface 2024-03-30 14:42:06 -07:00
serialize_test.go Changed serialization to not allocate any memory, expects to be passed enough memory to serialize the type 2024-03-28 20:23:22 -07:00
signal.go Fixes and optimizations 2024-03-28 19:28:07 -07:00