Small. Fast. Reliable.
Choose any three.
*** 11,16 ****
--- 11,26 ----
  or later).  DragonDB is built upon SQLite3 so its databases are portable to all platforms and applications
  which support the SQLite3 database format.
  
+ *BASIC dialects*
+ *: FreeBASIC.  Excellent API support included, requires SQLite version 3.  http://www.freebasic.net
+ *: PureBasic SQLite Userlibrary:
+ http://www.purearea.net/pb/english/userlibs.php
+ *: PowerBasic - Source code by Nathan Evans
+ http://www.powerbasic.com/support/forums/Forum7/HTML/001853.html
+ *: PowerBasic - Source code by Don Dickinson
+ sqlite version 3: http://www.greatwebdivide.com/files/pbsqlite3.zip
+ sqlite version 2: http://www.greatwebdivide.com/files/pbsqlite.zip
+ 
  *C*
  *: High level C API for SQLite 3.x with thread-safe Connection Pooling
   {link:http://www.tildeslash.com/libzdb/}
***************
*** 319,331 ****
  *: {link: http://www.r-project.org R}: RSQLite package conforming to the R
  DBI standard. http://cran.us.r-project.org/src/contrib/PACKAGES.html#RSQLite
  *: REXX wrapper for SQLite. http://rexxsql.sf.net
- *: PureBasic SQLite Userlibrary:
- http://www.purearea.net/pb/english/userlibs.php
- *: PowerBasic - Source code by Nathan Evans
- http://www.powerbasic.com/support/forums/Forum7/HTML/001853.html
- *: PowerBasic - Source code by Don Dickinson
- sqlite version 3: http://www.greatwebdivide.com/files/pbsqlite3.zip
- sqlite version 2: http://www.greatwebdivide.com/files/pbsqlite.zip
  *: uSQLD - A small networked database server based on sqlite.
  http://gpe.handhelds.org/projects/GPE-usqld.shtml (acutal download file IS MISSING!!! DEAD LINK!)
  *: SQlite4WD - Native driver class for Windev 7.5 / 8 (www.pcsoft.fr).
--- 329,334 ----