Use a #define to enable/disable the finalizer thread.
[mono.git] / doc / sqlite
1 * SQL Lite Data Provider
2
3 <ul>
4         <li>Exists in namespace and assembly Mono.Data.SqliteClient
5         
6         <li>Created by Vladimir Vukicevic
7         
8         <li><a href"http://www.hwaci.com/sw/sqlite/download.html">SQL Lite</a>
9         binaries exist for Linux and Windows.  sqlite.dll on Windows 
10         and sqlite.so on Linux.
11 </ul>
12
13 * Current Status
14
15 <ul>
16         <li>Able to connect, execute commands, and retrieve data...
17         
18         <li>Works in mPhoto
19 </ul>
20
21 * Action Plan
22
23 <ul>
24         <li>Create a DataAdapter for SQL Lite named SqliteDataAdapter that can be used to 
25         Fill a DataTable in a DataSet
26         
27         <li>TODO
28 </ul>