Registry / database / force-schema

force-schema

JSON →
library0.1.0rbrubygemsunverified

Declare a table structure like an ActiveRecord migration and run 'force_schema!' whenever you want, for when you don't need up and down migrations.

gem install force_schema
INSTALL
IMPORT
SIG · FORCE-SCHEMA
F
force-schema
databaserubyv0.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ForceSchema
require 'force_schema'

Define and apply a database schema without migrations

require 'force_schema' ForceSchema.define do create_table :users do |t| t.string :name end end ForceSchema.run!
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
30 hits · last 30 days
node
26
OpenAI (training)
1
Resources
force-schema — gem install force-schema · libregistry