krop.sqlite.Sqlite.config
Attributes
-
Source
-
Sqlite.scala
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Self type
-
Members list
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
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