sqlite 565 B

12345678910111213141516171819202122232425262728
  1. * SQL Lite Data Provider
  2. <ul>
  3. <li>Exists in namespace and assembly Mono.Data.SqliteClient
  4. <li>Created by Vladimir Vukicevic
  5. <li><a href"http://www.hwaci.com/sw/sqlite/download.html">SQL Lite</a>
  6. binaries exist for Linux and Windows. sqlite.dll on Windows
  7. and sqlite.so on Linux.
  8. </ul>
  9. * Current Status
  10. <ul>
  11. <li>Able to connect, execute commands, and retrieve data...
  12. <li>Works in mPhoto
  13. </ul>
  14. * Action Plan
  15. <ul>
  16. <li>Create a DataAdapter for SQL Lite named SqliteDataAdapter that can be used to
  17. Fill a DataTable in a DataSet
  18. <li>TODO
  19. </ul>