NucCmd: {
nil: {
db: {
builders: {
create: Command;
delete: Command;
execute: Command;
read: Command;
root: Command;
update: Command;
};
collections: {
create: Command;
delete: Command;
execute: Command;
read: Command;
root: Command;
update: Command;
};
data: {
create: Command;
delete: Command;
execute: Command;
read: Command;
root: Command;
update: Command;
};
queries: {
create: Command;
delete: Command;
execute: Command;
read: Command;
root: Command;
update: Command;
};
root: Command;
system: {
create: Command;
delete: Command;
execute: Command;
read: Command;
root: Command;
update: Command;
};
users: {
create: Command;
delete: Command;
execute: Command;
read: Command;
root: Command;
update: Command;
};
};
};
} = ...
Type declaration
Readonly
nil: {
db: {
builders: {
create: Command;
delete: Command;
execute: Command;
read: Command;
root: Command;
update: Command;
};
collections: {
create: Command;
delete: Command;
execute: Command;
read: Command;
root: Command;
update: Command;
};
data: {
create: Command;
delete: Command;
execute: Command;
read: Command;
root: Command;
update: Command;
};
queries: {
create: Command;
delete: Command;
execute: Command;
read: Command;
root: Command;
update: Command;
};
root: Command;
system: {
create: Command;
delete: Command;
execute: Command;
read: Command;
root: Command;
update: Command;
};
users: {
create: Command;
delete: Command;
execute: Command;
read: Command;
root: Command;
update: Command;
};
};
}
Command namespace for NilDB operations.
Provides pre-configured command objects for interacting with different NilDB subsystems including system, builders, data, collections, queries, and users.