Parent

Methods

Files

Class/Module Index [+]

Quicksearch

Object

Public Class Methods

pool_size() click to toggle source
# File lib/do_sqlite3.rb, line 44
def self.pool_size
  # sqlite3 can have only one write access at a time, with this
  # concurrent write access will result in "Database locked" errors
  1
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.