An open API service indexing awesome lists of open source software.

https://github.com/xieyuheng/fidb

What if we use file system as database?
https://github.com/xieyuheng/fidb

database db file filesystem fs nosql relational-database schemaless

Last synced: 3 months ago
JSON representation

What if we use file system as database?

Awesome Lists containing this project

README

          

# FiDB

This is a Node.js implementation of [**FiDB**](https://fidb.xieyuheng.com)
-- a suite of protocols to use file system as database.

## Development

```sh
npm install # Install dependencies
npm run build # Compile `src/` to `lib/`
npm run build:watch # Watch the compilation
npm run format # Format the code
npm run test # Run test
npm run test:watch # Watch the testing
```

## License

[GPLv3](LICENSE)