Skip to content

Commit

Permalink
Removed file storage (no files in the db, yo)
Browse files Browse the repository at this point in the history
  • Loading branch information
rejemy committed Feb 22, 2019
1 parent cf79c81 commit c403bcd
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 1,425 deletions.
13 changes: 0 additions & 13 deletions LiteDB/Database/LiteDatabase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -112,19 +112,6 @@ public LiteCollection GetCollection(string name)

#endregion

#region FileStorage

private LiteStorage _fs = null;

/// <summary>
/// Returns a special collection for storage files/stream inside datafile
/// </summary>
public LiteStorage FileStorage
{
get { return _fs ?? (_fs = new LiteStorage(_engine.Value)); }
}

#endregion

#region Shortcut

Expand Down
117 changes: 0 additions & 117 deletions LiteDB/Storage/LiteFileInfo.cs

This file was deleted.

48 changes: 0 additions & 48 deletions LiteDB/Storage/LiteFileStream.Read.cs

This file was deleted.

67 changes: 0 additions & 67 deletions LiteDB/Storage/LiteFileStream.Write.cs

This file was deleted.

121 changes: 0 additions & 121 deletions LiteDB/Storage/LiteFileStream.cs

This file was deleted.

Loading

0 comments on commit c403bcd

Please sign in to comment.