package
1.1.3
Repository: https://github.com/permify/permify.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

Migrate performs database migrations depending on the given configuration.
MigrateDown undoes all database migrations, reverting the schema to the initial state.
MigrateDownTo undoes database migrations down to a specific version.
MigrateReset roll back all migrations.
MigrateStatus displays the status of all migrations.
MigrateUp performs all available database migrations to update the schema to the latest version.
MigrateUpTo performs database migrations up to a specific version.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
Bundle - Structure for Bundle.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RelationTuple - Structure for Relational Tuple.
SchemaDefinition - Structure for Schema Definition.
Tenant - Structure for tenant.

# Interfaces

BundleReader - Reads data bundles from storage.
BundleWriter - Manages writing and deletion of data bundles.
DataReader - Interface for reading Data from the storage.
No description provided by the author
SchemaReader - Reads schema definitions from the storage.
SchemaWriter - Writes schema definitions to the storage.
TenantReader - Reads tenants from the storage.
TenantWriter - Writes tenants to the storage.
Watcher - Watches relation tuple changes from the storage.