README.md in scenic-1.4.0 vs README.md in scenic-1.4.1

- old
+ new

@@ -130,12 +130,10 @@ ```ruby class SearchResult < ActiveRecord::Base belongs_to :searchable, polymorphic: true - private - # this isn't strictly necessary, but it will prevent # rails from calling save, which would fail anyway. def readonly? true end @@ -196,10 +194,11 @@ Scenic gives you `drop_view` too: ```ruby def change drop_view :search_results, revert_to_version: 2 + drop_view :materialized_admin_reports, revert_to_version: 3, materialized: true end ``` ## FAQs @@ -229,20 +228,27 @@ ```ruby add_column :posts, :title, :string update_view :posts_with_aggregate_data, version: 2, revert_to_version: 2 ``` -**When will you support MySQL?** +**When will you support MySQL, SQLite, or other databases?** -We have no plans to add first-party support for MySQL at this time because we -(the maintainers) do not currently have a use for it. It's our experience that -maintaining a library effectively requires regular use of its features. We're -not in a good position to support MySQL users. +We have no plans to add first-party adapters for other relational databases at +this time because we (the maintainers) do not currently have a use for them. +It's our experience that maintaining a library effectively requires regular use +of its features. We're not in a good position to support MySQL, SQLite or other +database users. Scenic *does* support configuring different database adapters and should be extendable with adapter libraries. If you implement such an adapter, we're happy to review and link to it. We're also happy to make changes that would better accommodate adapter gems. + +We are aware of the following existing adapter libraries for Scenic which may +meet your needs: + +* [scenic_sqlite_adapter](https://github.com/pdebelak/scenic_sqlite_adapter) +* [scenic-mysql_adapter](https://github.com/EmpaticoOrg/scenic-mysql_adapter.) ## About Scenic is maintained by [Derek Prior] and [Caleb Thompson], funded by thoughtbot, inc. The names and logos for thoughtbot are trademarks of