about summary refs log tree commit diff
path: root/database.h (follow)
Commit message (Expand)AuthorAge
* Move ARRAY_LEN to database.hJune McEnroe2019-12-16
* Style cleanupJune McEnroe2019-12-13
* Index network, context, nick, user, target, message in FTSJune McEnroe2019-12-13
* Use a macro to write SQL as C tokens without quotesJune McEnroe2019-12-13
* Fold networks into contextsJune McEnroe2019-12-06
* Rename IDs to nouns and join with USINGJune McEnroe2019-12-06
* Add eventsDelete triggerJune McEnroe2019-12-06
* Import in one transaction per fileJune McEnroe2019-12-05
* Add prepare and bind helpersJune McEnroe2019-12-05
* Set busy timeoutJune McEnroe2019-12-05
* Make user and host NOT NULL as wellJune McEnroe2019-12-02
* Enable foreign key enforcementJune McEnroe2019-12-02
* Implement DB initialization and migrationJune McEnroe2019-12-02
* Rename header file to database.hJune McEnroe2019-12-01