awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
JetBrains avatar

JetBrains/Exposed

0
View on GitHub↗
9,255 स्टार्स·783 फोर्क्स·Kotlin·Apache-2.0·12 व्यूज़www.jetbrains.com/exposed↗

Exposed

Kotlin SQL Framework

Features

  • SQL Frameworks - Provides a type-safe SQL DSL and lightweight DAO for database access across multiple engines.
  • Kotlin SQL Compilers - Compiles Kotlin DSL expressions into SQL query trees at compile time for type safety.
  • DDL Generators - Generates and executes DDL statements from Kotlin table definitions to keep schemas in sync.
  • Kotlin Schema Definitions - Defines and evolves database schemas programmatically in Kotlin, keeping tables in sync with code.
  • Database Transaction Managers - Wraps database operations in explicit transaction blocks that manage connection lifecycle and rollback.
  • Multi-Database Connections - Connects to multiple database engines using standard JDBC and R2DBC drivers for portable development.
  • SQL Database Engine Support - Connects to various database engines via JDBC and R2DBC drivers for portable development.
  • Table Definitions - Declares database tables as typed objects with columns, keys, and indexes mirroring relational structure.
  • Abstraction Layers - Provides a unified abstraction over JDBC and R2DBC drivers for database-agnostic connectivity.
  • Entity Proxy - Defers loading of related entity references using proxy objects that trigger queries on demand.
  • SQL Query Extensions - Provides a type-safe Kotlin DSL for building and executing SQL queries with compile-time safety.
  • Ruby DSL Query Compositions - Builds and executes SQL queries using a type-safe DSL that maps table schemas to typed objects.
  • Lazy-Loading Repositories - Maps database rows to entity objects with lazy-loaded references and repository-style CRUD operations.
  • Kotlin DAO Frameworks - Provides a lightweight DAO framework for Kotlin with lazy loading and repository-style CRUD operations.
  • Kotlin DAO Layers - Provides a data access layer that maps rows to entity objects with lazy-loaded references and CRUD operations.
  • Compile-Time Mappings - Maps database columns to Kotlin properties using compile-time code generation for performance.
  • Kotlin Schema Migrations - Manages database schemas programmatically in Kotlin code with transactional lifecycle operations.
  • Programmatic Schema Forge Tools - Creates and drops schema objects programmatically within transactions to synchronize with code definitions.
  • Database Column Encryption - Implements client-side column encryption that automatically encrypts and decrypts database fields.
  • Database & ORM Tools - Kotlin SQL Framework
  • Kotlin Libraries - Kotlin SQL Framework

स्टार हिस्ट्री

jetbrains/exposed के लिए स्टार हिस्ट्री चार्टjetbrains/exposed के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Exposed के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Exposed के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • kotlin-orm/ktormkotlin-orm का अवतार

    kotlin-orm/ktorm

    2,336GitHub पर देखें↗

    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

    Kotlinkotlinktormorm
    GitHub पर देखें↗2,336
  • sqldelight/sqldelightsqldelight का अवतार

    sqldelight/sqldelight

    6,827GitHub पर देखें↗

    SQLDelight is a Kotlin database library that validates SQL schema, statements, and migrations at compile time, generating type-safe Kotlin query functions from labeled SQL files. It treats SQL as the source of truth for database definitions, catching schema errors during the build process before they reach production. The library supports multiple database dialects including SQLite, MySQL, PostgreSQL, HSQL, and H2, and generates platform-specific code for Android, iOS, JVM, and JavaScript targets. It provides a platform-specific driver abstraction that handles database connectivity difference

    Kotlinkotlin-multiplatformsqlsqldelight
    GitHub पर देखें↗6,827
  • codeigniter4/codeigniter4codeigniter4 का अवतार

    codeigniter4/CodeIgniter4

    5,924GitHub पर देखें↗

    CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web applications. It provides a lightweight toolkit with minimal configuration, organizing application logic into controllers, models, and views for clean separation of concerns. The framework includes a fluent query builder for constructing SQL statements programmatically, PSR-4 autoloading with namespace mapping, and a service-based dependency injection container for managing shared class instances. The framework distinguishes itself through its comprehensive set of built-in tools

    PHPcodeignitercodeigniter4framework-php
    GitHub पर देखें↗5,924
  • dbgate/dbgatedbgate का अवतार

    dbgate/dbgate

    6,769GitHub पर देखें↗

    DbGate is a universal database management tool and SQL client that provides a unified interface for querying and administering multiple SQL and NoSQL databases. It functions as a multi-database administration GUI and SQL IDE, allowing users to write and execute scripts and manage database schemas. The project distinguishes itself by acting as an API client and explorer for REST, GraphQL, and OData services, enabling users to fetch and export data from these endpoints. It also serves as a data integration tool, facilitating the movement of records between diverse databases and file formats suc

    Sveltecassandraclickhousecockroachdb
    GitHub पर देखें↗6,769
Exposed के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

jetbrains/exposed क्या करता है?

Kotlin SQL Framework

jetbrains/exposed की मुख्य विशेषताएं क्या हैं?

jetbrains/exposed की मुख्य विशेषताएं हैं: SQL Frameworks, Kotlin SQL Compilers, DDL Generators, Kotlin Schema Definitions, Database Transaction Managers, Multi-Database Connections, SQL Database Engine Support, Table Definitions।

jetbrains/exposed के कुछ ओपन-सोर्स विकल्प क्या हैं?

jetbrains/exposed के ओपन-सोर्स विकल्पों में शामिल हैं: kotlin-orm/ktorm — Ktorm is a lightweight object-relational mapping framework for Kotlin that provides a type-safe SQL domain-specific… sqldelight/sqldelight — SQLDelight is a Kotlin database library that validates SQL schema, statements, and migrations at compile time,… codeigniter4/codeigniter4 — CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web… dbgate/dbgate — DbGate is a universal database management tool and SQL client that provides a unified interface for querying and… answerdotai/fasthtml — FastHTML is a full-stack Python web framework designed for building interactive web applications using pure Python. It… chat2db/chat2db — Chat2DB is an AI-powered SQL client and multi-database management GUI. It serves as a centralized graphical interface…