awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesWrapper-Based Nulls

Using wrapper messages to distinguish between null references and default values for scalars and collections.

Distinct from Null Value Representations: Focuses on the wrapper-layer mechanism for null representation rather than general data cleaning or validation.

Explore 2 awesome GitHub repositories matching data & databases · Wrapper-Based Nulls. Refine with filters or upvote what's useful.

Awesome Wrapper-Based Nulls GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • protobuf-net/protobuf-netAvatar protobuf-net

    protobuf-net/protobuf-net

    4,930Vezi pe GitHub↗

    protobuf-net is a .NET library that serializes and deserializes objects using the Protocol Buffers binary format for efficient data exchange. It provides a code-first gRPC service framework, allowing developers to define service contracts directly from existing C# classes without writing separate .proto files. The library is nullable-aware, encoding null values in collections and nullable scalars using wrapper messages to distinguish null from default zero values, and includes an ahead-of-time serializer generator that compiles serializer code at build time to eliminate runtime code generati

    Wraps collections and nullable scalars in additional Protobuf messages to encode null, empty, and populated states distinctly.

    C#
    Vezi pe GitHub↗4,930
  • spring-projects/spring-data-elasticsearchAvatar spring-projects

    spring-projects/spring-data-elasticsearch

    2,959Vezi pe GitHub↗

    Spring Data Elasticsearch is a data access library that maps Java objects to Elasticsearch indices. It functions as an object mapper, a repository abstraction, and a query DSL wrapper, providing both a standard and a reactive client for executing asynchronous search and persistence operations. The project distinguishes itself by automating data access through repository interfaces, which generate query logic based on method naming conventions. It enables the construction of complex search queries using a domain-specific language and supports advanced search capabilities such as vector similar

    Returns absent values using wrappers or empty collections instead of nulls for single entities.

    Java
    Vezi pe GitHub↗2,959
  1. Home
  2. Data & Databases
  3. Null Value Representations
  4. Wrapper-Based Nulls