-
Notifications
You must be signed in to change notification settings - Fork 1
chore: Remove SQLite and streamline dependencies #15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
74dc59c
f10e528
31dd41e
653ebee
f008e40
7cb75c9
a74befe
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,25 +1,19 @@ | ||
| # SQLite. Versions 3.8.0 and up are supported. | ||
| # gem install sqlite3 | ||
| # | ||
| # Ensure the SQLite 3 gem is defined in your Gemfile | ||
| # gem "sqlite3" | ||
| # NOTE: This file is not used by the application. | ||
| # This application uses Couchbase as its database through the couchbase-orm gem. | ||
| # Database connections are configured in config/initializers/couchbase.rb | ||
| # | ||
| # The configuration below is kept for Rails compatibility but is not actively used. | ||
| # No SQL database (SQLite, PostgreSQL, MySQL) is required for this application. | ||
|
|
||
| # Minimal configuration to prevent Rails from attempting database connections | ||
| default: &default | ||
| adapter: sqlite3 | ||
| pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %> | ||
| timeout: 5000 | ||
| adapter: nulldb | ||
|
|
||
| development: | ||
| <<: *default | ||
| database: storage/development.sqlite3 | ||
|
|
||
| # Warning: The database defined as "test" will be erased and | ||
| # re-generated from your development database when you run "rake". | ||
| # Do not set this db to the same as development or production. | ||
| test: | ||
| <<: *default | ||
| database: storage/test.sqlite3 | ||
|
|
||
| production: | ||
| <<: *default | ||
| database: storage/production.sqlite3 | ||
This file was deleted.
This file was deleted.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.