config

krop.sqlite.Sqlite.config
object config

Attributes

Source
Sqlite.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
config.type

Members list

Value members

Concrete methods

def default: SQLiteConfig

A configuration that includes some sensible defaults for web applications:

A configuration that includes some sensible defaults for web applications:

  • Write-ahead Log is turned on
  • Sync mode is normal
  • Journal size limit is 64MB
  • Cache size is 2000 pages (8MB)
  • MMAP size is 128MB

The SQLiteConfig object is mutable, so this method creates a new value each time it is called.

Attributes

Source
Sqlite.scala
def empty: SQLiteConfig

Return an empty SQLiteConfig object.

Return an empty SQLiteConfig object.

The SQLiteConfig object is mutable, so this method creates a new value each time it is called.

Attributes

Source
Sqlite.scala