Skip to content
This repository has been archived by the owner on Mar 23, 2018. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 289 Bytes

TODO.md

File metadata and controls

16 lines (11 loc) · 289 Bytes

TODO

List of things to get done.

General

  • implement proper dependency chains

SQLite

  • Implement sqlite3_os_init and sqlite3_os_end, or replace -DSQLITE_OS_OTHER=1 with -DSQLITE_OS_UNIX=1?
  • Remove --disable-threadsafe and implement locking mechanism.