Skip to main content

Module schema

Module schema 

Source
Expand description

Schema dump/load (Rails db:schema:dump / db:schema:load). dump reads a SQLite database’s table definitions; load replays them into a database.

Functions§

dump
Dump the SQLite schema: the CREATE TABLE statements, one per line.
load
Load a schema (as produced by dump) into conn, executing each statement.