Crate moquilang

Crate moquilang 

Source

Structs§

ColumnInfo
Schema definition structures for database metadata Information about a database column
DatabaseSchema
Complete schema information for a database
ForeignKeyInfo
Information about a foreign key relationship
IndexInfo
Information about an index
ServiceParameters
TableInfo
Information about a database table

Functions§

call_service
create_entity
Create a new entity
delete_entity
Delete an entity
export_database_schema
Export database schema information as JSON.
find_many
Find multiple entities matching the query
find_one
Find one entity matching the query
update_entity
Update an existing entity