Files
BBlog/man/man7/BBlog-sqlite.7
Ian Jauslin 60ba48d308 Update to 2.3.1:
* Fix: Compatibility with sqlite3 version >= 3.52.0
2026-03-31 19:31:00 -04:00

41 lines
952 B
Groff

.Dd $Mdocdate: July 26 2026 $
.Dt BBLOG-sqlite
.Os
.Sh DESCRIPTION
BBlog sqlite engine.
.Pp
This engine reads sqlite3 databases and generates bibliographies using
.Sx BBlog Ns (1) .
.Pp
The database must contain a table named 'bibliography' with (at least) the following columns:
.Bl -tag -width Ds -offset Ds
.It title
title of the item
.It author
author(s)
.It journal
journal information, including its name, volume, number and page, or if the item is a book, editor information
.It year
publication year
.It doi
DOI number
.It arxiv
arXiv number
.It token
symbol printed in the document by the LaTeX '\\cite' command
.It citeref
label of the reference
.It prauth
bibliography entries are ordered alphabetically with respect to this entry
label of the reference
.It url
link to paper
.El
.Sh AUTHORS
The sqlite BBlog engine was written by Ian Jauslin.
.Sh COPYRIGHT
copyright Ian Jauslin 2015-2026
.Sh SEE ALSO
.Sx BBlog Ns (1) ,
.Sx sqlite3 Ns (1)