surrealpatch/src
Tobie Morgan Hitchcock efa67bb043 Only pass transaction when processing queries
Instead of passing the executor instance, we only need to pass the current transaction which is to be used for processing and running any queries.
2022-02-15 01:05:39 +00:00
..
cli Simplify server setup configuration options 2022-02-13 23:34:21 +00:00
cnf Replace xid with nanoid for record ID generation 2022-02-14 10:19:18 +00:00
ctx Ensure context canceller takes a reference 2022-01-21 12:51:05 +00:00
dbs Only pass transaction when processing queries 2022-02-15 01:05:39 +00:00
doc Only pass transaction when processing queries 2022-02-15 01:05:39 +00:00
err Use bincode serialization for data values 2022-02-10 12:49:09 +00:00
fnc Replace xid with nanoid for record ID generation 2022-02-14 10:19:18 +00:00
key Add Into<Vec<u8>> and From<Vec<u8>> for storage keys 2022-01-31 23:11:06 +00:00
kvs Only pass transaction when processing queries 2022-02-15 01:05:39 +00:00
mac Fix code spacing 2022-02-06 00:46:57 +00:00
net Simplify query variable creation 2022-02-13 23:37:30 +00:00
sql Only pass transaction when processing queries 2022-02-15 01:05:39 +00:00
lib.rs Ensure wasm library builds correctly 2022-01-13 17:53:30 +00:00
main.rs Rename 'web' module to 'net' 2022-02-09 15:55:04 +00:00