(en) A class for entering a description of a query.
If you write this class accurately, you can log queries and
trace a nearly complete history of database operations.
It is recommended to include this class in queries in cases with
high security requirements.
(en) It is an in-memory database that takes into consideration the
safety of various operations.
It was created with the assumption that in addition to humans,
AI will also be the main users.
(en) This is a query class for DB operations. It is usually built using
QueryBuilder or RawQueryBuilder.
This class allows you to set the operation target and operation type,
as well as specify paging and
Track operations by Cause. If you output this class directly to a log on
the server side, the log will be a complete history of DB operations.
(en) A builder class for easily constructing queries.
In addition to constructors for creating each query,
there are methods for dynamically changing the paging parameters.
(en) A builder class for easily constructing queries.
This version differs from the normal QueryBuilder in that it passes a Map
directly without using a ClonableFile.
In addition to constructors for creating each query,
there are methods for dynamically changing the paging parameters.
(en) This class records the "time trail" of an event.
This allows you to track transmissions,
even when communication paths are relayed.
This can be used in the future to communicate between planets, etc.
(en) A node representing each checkpoint on the trajectory.
This will contain individual data for each point,
in case data needs to be relayed between servers, etc.
(en) This is a query class that supports transaction processing.
It internally stores normal query classes as an array,
and the targets are processed as transactions.