Skip to content

FirebirdSQL/jaybird-manual

Folders and files

NameName
Last commit message
Last commit date

Latest commit

803ec21 · Jan 16, 2025
Sep 19, 2024
Sep 19, 2024
Jan 16, 2025
Jun 28, 2020
May 3, 2019
Aug 24, 2018
Feb 9, 2024
Sep 19, 2024
Oct 13, 2024
Sep 19, 2024
Sep 19, 2024

Repository files navigation

jaybird-manual

Jaybird JDBC Driver Java Programmer's Manual Build Status

Manual for Jaybird, the Firebird JDBC driver.

Snapshot build of manual

You can see the latest snapshot build of the manual on https://firebirdsql.github.io/jaybird-manual/jaybird_manual.html. We also provide a print-friendly PDF on https://firebirdsql.github.io/jaybird-manual/jaybird_manual.pdf.

These documents are automatically built for each change on master.

Style

Line breaking convention: a single sentence per line, no line breaks within a sentence. If a line becomes too long, take that as a hint to rewrite (if possible).

NOTE: The previous convention was 100 characters per line. Only apply the single sentence per line style per paragraph when making changes in that paragraph.

Sourcecode examples: indent 2 spaces, continuations: 4 spaces

How to build

Run ./gradlew or its full equivalent ./gradlew clean asciidoctor. Add asciidoctorPdf for the PDF version.

Building the documentation requires Java 9 or higher, use of Java 17 or higher is advisable.

Supporting information

This project uses asciidoctor.

Reporting bugs

Please report bugs or corrections through issues or create a pull request with your improvements.