surrealpatch/util
Tobie Morgan Hitchcock 84b72e25d2 Don’t use of ClrL, GetL, DelL, PutL methods on KV store
Remove the need to query a particular KV level, and instead use slightly different encoded keys, and use prefix based iteration. This means we can use different KV stores to give the same functionality, without needing to use hierarchical KV stores.
2018-02-09 15:08:27 +00:00
..
build Change name of 'vers' util package package 2016-02-28 19:20:22 +00:00
cert Add certificate extractor tests 2016-07-04 09:08:18 +01:00
comp Add ‘comp’ package for comparing ordering of data types 2017-11-16 19:54:54 +00:00
conv Parse times and records within json content 2018-01-10 13:17:50 +00:00
cryp Return an error when data is corrupt 2016-09-14 17:02:48 +01:00
data If adding to an empty value, set it as an array 2017-12-11 17:52:02 +00:00
deep Enable deep copying of time.TIme values 2017-12-12 01:08:03 +00:00
diff Improve and fix diff package 2017-11-16 19:54:54 +00:00
fake Add sql functions for generating GUIDs 2017-11-27 11:35:26 +00:00
fncs Add SQL function for creating an array 2017-12-12 00:54:18 +00:00
geof Add initial ‘geof’ package for geospatial functions 2017-11-16 20:30:56 +00:00
guid Use XIDs instead of UUIDs for record IDs 2017-11-26 16:54:49 +00:00
hook Add ‘hook’ package for retryable functions 2017-11-16 19:54:55 +00:00
indx Put index diffing code into a separate package 2017-11-16 19:54:54 +00:00
ints Add ‘ints’ package for returning bounded number values from arguments 2017-11-16 19:54:54 +00:00
keys Don’t use of ClrL, GetL, DelL, PutL methods on KV store 2018-02-09 15:08:27 +00:00
lang Add inflection package 2017-02-20 10:26:26 +00:00
math Add ‘math’ package for all mathematical functions 2017-11-16 19:54:55 +00:00
nums Add package for formatting floats with certain decimal precision 2017-04-28 17:06:19 +01:00
pack Make use of direct byte encoding / decoding 2017-11-16 19:54:55 +00:00
rand Add rand package for generation of random numbers 2017-11-16 19:54:54 +00:00
show Improve error messages on REST API queries 2017-11-16 19:54:55 +00:00
snap Don't attempt encoding/decoding on empty []byte 2016-05-30 10:58:51 +01:00
text Add text package for specific functions on text strings 2017-11-16 19:54:54 +00:00
uuid Fix godoc comments 2018-02-06 17:05:26 +00:00