Page MenuHomeFreeBSD

New port: devel/ksql
ClosedPublic

Authored by tobik on Mar 5 2017, 12:19 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Sep 13, 7:57 AM
Unknown Object (File)
Sat, Sep 12, 11:59 AM
Unknown Object (File)
Sat, Sep 12, 7:30 AM
Unknown Object (File)
Fri, Sep 11, 10:35 AM
Unknown Object (File)
Aug 14 2026, 12:49 AM
Unknown Object (File)
Aug 11 2026, 5:57 PM
Unknown Object (File)
Aug 8 2026, 6:12 PM
Unknown Object (File)
Aug 8 2026, 4:21 PM
Subscribers
None

Details

Summary
New port: devel/ksql

Ksql is a "lazy man's" wrapper for the SQLite C API.  It is written to
make sure sloppy programming won't cause your SQLite database to be
inconsistent (transactions and statements open on exit and certain
signals).  Specifically, it exits on any database errors; and upon
exit (or signal), cleans up open statements, transactions, and
databases.

WWW: https://kristaps.bsd.lv/ksql/

Approved by:	??? (mentor)
Differential Revision:	https://reviews.freebsd.org/D????
Test Plan

poudriere testport 11.0/amd64 ok
poudriere testport 10.3/i386 ok

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 7911
Build 8050: arc lint + arc unit

Event Timeline

tobik retitled this revision from to New port: devel/ksql.
tobik updated this object.
tobik edited the test plan for this revision. (Show Details)
tobik added reviewers: lme, mat.
lme edited edge metadata.
This revision is now accepted and ready to land.Mar 5 2017, 4:18 PM
This revision was automatically updated to reflect the committed changes.