in reply to Re^3: fast simple DB (sqlite?) skeleton?
in thread fast simple DB (sqlite?) skeleton?

Another point to note about the sqllite example code is that is doing a straight insert, not an update. You original code, at the start of this thread, imples you want updates. So is a bulk insert a valid use-case for your application?
  • Comment on Re^4: fast simple DB (sqlite?) skeleton?