# Pastebin aICThncR use Post; red-defaults db1 => database("SQLite", :database), db2 => database("SQLite"); Post.^create-table: :with; .^save: :insert, :with for Post.^all: :with; .say for Post.^all.with: "db1"; .say for Post.^all.with: "db2";