Re: [sqlite] Article about using sqlite3 in Python

2017-10-23 Thread E.Pasma
22 okt 2017, 18:47, Simon Slavin: I don’t know enough about Python to evaluate this, but the sqlite3 side is sound, and some readers might find it useful. Simon. It is written very well. However for readers with an SQLi

Re: [sqlite] Article about using sqlite3 in Python

2017-10-23 Thread Keith Medcalf
[email protected]] On Behalf Of David Raymond >Sent: Monday, 23 October, 2017 11:54 >To: SQLite mailing list >Subject: Re: [sqlite] Article about using sqlite3 in Python > >How does one enable or disable statement caching then? For something >as basic as just inserting

Re: [sqlite] Article about using sqlite3 in Python

2017-10-23 Thread David Raymond
es {0:,.3f} seconds for {1:,d} inserts".format(execute(), numInts) -Original Message- From: sqlite-users [mailto:[email protected]] On Behalf Of Keith Medcalf Sent: Monday, October 23, 2017 11:55 AM To: SQLite mailing list Subject: Re: [sqlite] Article ab

Re: [sqlite] Article about using sqlite3 in Python

2017-10-23 Thread Keith Medcalf
as a completely self-contained library containing both SQLite3 and APSW https://github.com/rogerbinns/apsw >-Original Message- >From: sqlite-users [mailto:sqlite-users- >[email protected]] On Behalf Of Simon Slavin >Sent: Sunday, October 22, 2017 12:47 PM >To

Re: [sqlite] Article about using sqlite3 in Python

2017-10-23 Thread Damien Sykes-Lindley
lot of time. Cheers. Damien. -Original Message- From: David Raymond Sent: Monday, October 23, 2017 3:36 PM To: SQLite mailing list Subject: Re: [sqlite] Article about using sqlite3 in Python Basic but good. execute will prepare the statement each time through, whereas executemany will

Re: [sqlite] Article about using sqlite3 in Python

2017-10-23 Thread David Raymond
SQLite mailing list Subject: [sqlite] Article about using sqlite3 in Python I don’t know enough about Python to evaluate this, but the sqlite3 side is sound, and some readers might find it useful. <https://remusao.github.io/posts/2017-10-21-few-tips-s

[sqlite] Article about using sqlite3 in Python

2017-10-22 Thread Simon Slavin
I don’t know enough about Python to evaluate this, but the sqlite3 side is sound, and some readers might find it useful. Simon. ___ sqlite-users mailing list sqlite-users@mailinglis