On 03/06/16 08:28, Максим Дементьев wrote:
> Thank you, I'll try this "yet another python SQLite wrapper" in the near 
> future, it looks interesting.

Disclosure: I am the author of APSW.

I recommend looking at the page showing the differences between APSW and
pysqlite:

  https://rogerbinns.github.io/apsw/pysqlite.html

  Note: I suggest using APSW when you want to directly use SQLite
  and its functionality or are using your own code to deal with
  database independence rather than DBAPI. Use pysqlite and DBAPI
  if your needs are simple, and you don’t want to use SQLite
  features.

Roger


Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to