Version 0.3
Older Versions
ldbc
Migration Note
Tutorial
Introduction
Setup
Connection
Simple Programs
Database Operations
Parameterized Queries
Selecting Data
Updating Data
Error Handling
logging
Custom Data Types
Query Builder
Schema
Schema Code Generation
Examples
Introduction
Http4s
HikariCP
OpenTelemetry
QA
Introduction
Q: What is ldbc?
Q: Which dependencies should I set?
Q: What is the difference between a Java connector and a Scala connector?
Q: How to define complex queries with plain queries?
Q: How do I use my own type?
Q: How do I use nested models?
Q: How to perform DDL with schema?
Q: How to change column names in Query Builder?
Q: How to change the format of column names using the schema?
Q: How do I add processing before and after the connection is established?
Q: How to handle the `Implicit search problem too large.` error?
Q: How to use connection pool with Scala connector?
Q: Is there a way to stream query results asynchronously?
Q: Is there a function to limit the number of concurrent queries?
Q: How to handle multiple databases (multi-tenant environment)?
Reference
Introduction
Connector
Performance
Introduction
Table of Contents
Reference
This section describes the core abstractions and mechanical details of ldbc.
Table of Contents
Reference
Introduction
Connector
Performance