oasis_core library

My new Dart package

Classes

BaseOasisModel
Provides a foundational structure for all entities/models in the Oasis ORM.

Enums

DatabaseType
Supported database types.
RelationshipType
Describes the types of relationships between entities in the ORM.

Exceptions / Errors

OasisException
Represents an exception specific to the Oasis ORM.
OasisUnImplementedException
An exception that is thrown when a feature or method is not yet implemented within the Oasis ORM system.