Registry / orm / exposed-core

exposed-core

JSON →
library1.2.0javamavenunverified

Exposed, an ORM framework for Kotlin.

<dependency> <groupId>org.jetbrains.exposed</groupId> <artifactId>exposed-core</artifactId> <version>1.2.0</version> </dependency>
INSTALL
IMPORT
SIG · EXPOSED-CORE
E
exposed-core
ormjavav1.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Table
✓ org.jetbrains.exposed.sql.Table

Minimal example showing definition of a table using Exposed.

import org.jetbrains.exposed.sql.Table object Users : Table() { val id = integer("id").autoIncrement() val name = varchar("name", 50) } fun main() { println("Table defined: ${Users.tableName}") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
30 hits · last 30 days
node
24
OpenAI (training)
1
Resources
exposed-core — mvn dependency:get exposed-core · libregistry