File: TODO.md

package info (click to toggle)
ocaml-sqlite3 5.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 344 kB
  • sloc: ansic: 1,396; ml: 1,248; makefile: 34
file content (17 lines) | stat: -rw-r--r-- 475 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# TODO

- More testing

- An even higher level function for execution of queries in a more
  convenient way. It should handle busy queries and expired statements
  automatically.

- Add the following wrappers:

  - Better SQL Function support (aggregating ones)
  - Authorization support
  - Trace/profile support
  - progress handler support
  - commit hook support
  - global_recover, get_autocommit, db_handle, temp_directory
  - encryption support (not in SQLite anyway)