Skip to content

Commit a13c089

Browse files
committed
Add move-file
1 parent 599e17f commit a13c089

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,7 @@
379379
- [fs-extra](https://github.com/jprichardson/node-fs-extra) - Extra methods for the `fs` module.
380380
- [pkg-dir](https://github.com/sindresorhus/pkg-dir) - Find the root directory of an npm package.
381381
- [filehound](https://github.com/nspragg/filehound) - Flexible and fluent interface for searching the file system.
382+
- [move-file](https://github.com/sindresorhus/move-file) - Move a file, even works across devices.
382383

383384

384385
### Control flow
@@ -588,7 +589,7 @@
588589
- [Massive](https://github.com/robconery/massive-js) - PostgreSQL data access tool.
589590
- [Mongoose](https://github.com/Automattic/mongoose) - Elegant MongoDB object modeling.
590591
- [Waterline](https://github.com/balderdashy/waterline) - Datastore-agnostic tool that dramatically simplifies interaction with one or more databases.
591-
- [OpenRecord](https://github.com/PhilWaldmann/openrecord) - ORM for PostgreSQL, MySQL, SQLite3 and RESTful datastores. Similar to ActiveRecord.
592+
- [OpenRecord](https://github.com/PhilWaldmann/openrecord) - ORM for PostgreSQL, MySQL, SQLite3 and RESTful datastores. Similar to ActiveRecord.
592593
- [pg-promise](https://github.com/vitaly-t/pg-promise) - PostgreSQL framework for native SQL using promises.
593594
- [Objection.js](https://github.com/Vincit/objection.js) - Lightweight ORM built on the SQL query builder Knex.
594595
- [TypeORM](https://github.com/typeorm/typeorm) - ORM for PostgreSQL, MariaDB, MySQL, SQLite, and more.

0 commit comments

Comments
 (0)