File storage system

Does anyone know of a commercially available file storage system that meets the following requirements:

No installation required Must provide an API for reading and writing to the storage system, preferably .net API Paid / free (in any case, it must be supported) Fast and efficient

Basically I am looking for something with a database, as the smallest size functionality.

+3
source share
3 answers

Take a look at Sqlite . It has become the standard solution for the solution for the file database - it is even built into the iPhone, Firefox and many other high-profile programs / devices.

Google- Sqlite .net: sqlite-on-dotnet-in-3-mins

+4

MongoDB . , # / .

+1

.

  • " " " ".

  • .

2,1. " " " " .

2,2. " API ..." . API.

2,3. " ​​ " - . .

  1. , , "- , ", SQLite,

This is a small C library that implements a standalone, embedded, zero-configuration SQL database. The initialization procedure does not exist before using it. Databases require minimal or no administration. There is no need to maintain a separate server process dedicated to SQLite. It stores the entire database in a single, ordinary native file, which can be located anywhere in the directory of its own file system. Any user with permission to read a file can read anything from the database.

0
source

Source: https://habr.com/ru/post/1763218/


All Articles