SQLite is quite SQL compliant

Cousin Stanley cousinstanley at gmail.com
Sat Oct 2 17:15:18 EDT 2010


Ravi wrote:

> The documentation of the sqlite module 
> at http://docs.python.org/library/sqlite3.html
> says:
>
> "...
>  allows accessing the database 
>  using a nonstandard variant of the SQL..."
>
> But if you see SQLite website they clearly say 
> at  http://sqlite.org/omitted.html  that only 
> very few of the SQL is not implemented. 
>
> I think docs should clarify on that. 
>
> Many users might be scared of using SQLite 
> just because of this.

  SQLite is very widely used 
  in many different contexts .... 

  You might check the related wikipedia article
  and scroll down to the  Adoption  section
  for a brief list of some well-known users ....

      http://en.wikipedia.org/wiki/Sqlite


-- 
Stanley C. Kitching
Human Being
Phoenix, Arizona




More information about the Python-list mailing list