Welcome to mirror list, hosted at ThFree Co, Russian Federation.

sqlite « web - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 07312db51b672247c533efa4cde9617523b50f97 (plain)
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
26
27
28
* SQL Lite Data Provider

<ul>
	<li>Exists in namespace and assembly Mono.Data.SqliteClient
	
	<li>Created by Vladimir Vukicevic
	
	<li><a href"http://www.hwaci.com/sw/sqlite/download.html">SQL Lite</a>
	binaries exist for Linux and Windows.  sqlite.dll on Windows 
	and sqlite.so on Linux.
</ul>

* Current Status

<ul>
	<li>Able to connect, execute commands, and retrieve data...
	
	<li>Works in mPhoto
</ul>

* Action Plan

<ul>
	<li>Create a DataAdapter for SQL Lite named SqliteDataAdapter that can be used to 
	Fill a DataTable in a DataSet
	
	<li>TODO
</ul>