Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fidb-official/fidb

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

database db file filesystem fs nosql relational-database schemaless

Last synced: 24 days 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.app)
-- 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
```

## Contributions

To make a contribution, fork this project and create a pull request.

Please read the [STYLE-GUIDE.md](STYLE-GUIDE.md) before you change the code.

Remember to add yourself to [AUTHORS](AUTHORS).
Your line belongs to you, you can write a little
introduction to yourself but not too long.

## License

[GPLv3](LICENSE)