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?
- Host: GitHub
- URL: https://github.com/xieyuheng/fidb
- Owner: xieyuheng
- License: gpl-3.0
- Created: 2024-09-26T11:49:07.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-23T11:12:49.000Z (7 months ago)
- Last Synced: 2025-07-08T07:15:50.659Z (3 months ago)
- Topics: database, db, file, filesystem, fs, nosql, relational-database, schemaless
- Language: TypeScript
- Homepage: https://fidb.app
- Size: 120 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
- Authors: AUTHORS
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)