copiousfreetime / amalgalite

SQLite database engine embedded in a ruby extension.

This URL has Read+Write access

amalgalite / TODO
100644 25 lines (23 sloc) 0.629 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
For next release
================
* query the index_info pragma to populate information for Database#Index
 
For future releases
===================
* amalgalite command line tool
* active record driver
* data mapper driver
* sequel driver
* authorizers
* busy timeouts
* progress handler
* loading of extensions
* utf-16 integration
* create_collation
* global temp directory setting
* create_function
* full text search
* virtual file system
* encryption key support
* convert type dependency to just use 'call'
* check on reloading of schema if it changes
? if in a transaction, and you call transaction, then yield the block