mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-03 04:06:11 -04:00
more json schema
This commit is contained in:
parent
06081df22a
commit
0e52c1fb0a
7 changed files with 159 additions and 13 deletions
|
@ -8,7 +8,7 @@ abstract class VeilidTableDBTransaction {
|
|||
Future<void> commit();
|
||||
Future<void> rollback();
|
||||
Future<void> store(int col, Uint8List key, Uint8List value);
|
||||
Future<bool> delete(int col, Uint8List key);
|
||||
Future<void> delete(int col, Uint8List key);
|
||||
|
||||
Future<void> storeJson(int col, Uint8List key, Object? object,
|
||||
{Object? Function(Object? nonEncodable)? toEncodable}) async {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue