2 रिपॉजिटरी
Strict contracts for authorization entities to ensure consistency across different data stores.
Distinct from Entity Modeling: Focuses on the interface definition for domain entities rather than schema decorators or relation mapping.
Explore 2 awesome GitHub repositories matching data & databases · Entity Interfaces. Refine with filters or upvote what's useful.
This project is a PHP library for implementing a spec-compliant OAuth 2.0 authorization server. It serves as an authentication framework for managing user identities and client authorizations, providing the necessary components to issue and validate access and refresh tokens. The server supports a wide range of standardized authorization flows, including authorization code exchange, device grants, implicit flows, and PKCE enforcement. It handles complex token lifecycles through refresh token rotation, scope management, and the use of asymmetric keys for signing digital tokens. The system pro
Defines strict contracts for authorization entities to maintain consistent data structures across various storage backends.
Ktorm is a lightweight object-relational mapping framework for Kotlin that provides a type-safe SQL domain-specific language and functional sequence APIs for database interaction. It enables developers to define database schemas and map relational tables to interface-based objects, ensuring that data persistence and retrieval are handled through strongly-typed expressions. The framework distinguishes itself by utilizing a functional, collection-style approach to query construction, allowing developers to chain operations like filtering, sorting, and aggregation using idiomatic language patter
Maps database tables to interface-based objects for property binding and business logic.