Skip to content

Commit

Permalink
Added information about the file storage extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Sikorsky committed Nov 26, 2018
1 parent a4bc132 commit 3465108
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# Docs for ExtCore 3.2.0
# Docs for ExtCore 4.0.0-alpha2
13 changes: 13 additions & 0 deletions extensions/extcore_data_dapper.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
ExtCore.Data.Dapper
===================

Currently it supports MySQL, PostgreSql, SQLite, and SQL Server, but it is very easy to add another storage support.

Packages
--------

* ExtCore.Data.Dapper;
* ExtCore.Data.Dapper.MySql;
* ExtCore.Data.Dapper.PostgreSql;
* ExtCore.Data.Dapper.Sqlite;
* ExtCore.Data.Dapper.SqlServer.
13 changes: 13 additions & 0 deletions extensions/extcore_file_storage.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
ExtCore.FileStorage
===================

This extension allows developer to work with a file storage through the abstraction layer and easily replace,
let's say, file system storage with the Dropbox or Azure Blob Storage ones without changing any code.

Packages
--------

* ExtCore.FileStorage;
* ExtCore.FileStorage.Abstractions;
* ExtCore.FileStorage.Dropbox;
* ExtCore.FileStorage.FileSystem.
2 changes: 2 additions & 0 deletions extensions/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
.. toctree::
:titlesonly:

extcore_file_storage
extcore_data
extcore_data_dapper
extcore_data_entityframework
extcore_mvc
extcore_events
1 change: 1 addition & 0 deletions getting_started/samples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Please take a look at our samples on GitHub:

* `Full-featured ExtCore 3.3.0 framework sample web application <https://github.com/ExtCore/ExtCore-Sample>`_;
* `ExtCore framework 3.3.0 sample simplest web application <https://github.com/ExtCore/ExtCore-Sample-Simplest>`_;
* `ExtCore framework 4.0.0-alpha2 sample web application that uses file storage <https://github.com/ExtCore/ExtCore-Sample-FileStorage>`_;
* `ExtCore framework 3.3.0 sample MVC web application <https://github.com/ExtCore/ExtCore-Sample-Mvc>`_;
* `ExtCore framework 3.3.0 sample web application that uses a database <https://github.com/ExtCore/ExtCore-Sample-Data>`_;
* `ExtCore framework 3.3.0 sample web application that uses a Identity <https://github.com/ExtCore/ExtCore-Sample-Identity>`_;
Expand Down

0 comments on commit 3465108

Please sign in to comment.