Knex.js

Knex.js (pronounced /kəˈnɛks/) is a “batteries included” SQL query builder for Postgres, MSSQL, MySQL, MariaDB, SQLite3, Oracle, and Amazon Redshift designed to be flexible, portable, and fun to use. It features both traditional node style callbacks as well as a promise interface for cleaner async flow control, a stream interface, full featured query and schema builders, transaction support (with savepoints), connection pooling and standardized responses between different query clients and dialects. The project is hosted on GitHub, and …

PptxGenJS – Generate your PPT

Create JavaScript PowerPoint Presentations Features Support for all major PowerPoint chart types Support for custom Slide sizes (A4, etc.) Support for corporate/brand Slide Master designs Support for RTL (right-to-left) text Support for Chinese and other international language/fonts Compatible with Node, Angular, Electron and other application frameworks Node and other libraries/apps can use advanced export types …

Laravel Sanctum

Laravel Sanctum provides a featherweight authentication system for SPAs (single page applications), mobile applications, and simple, token based APIs. Sanctum allows each user of your application to generate multiple API tokens for their account. These tokens may be granted abilities / scopes which specify which actions the tokens are allowed to perform. How It Works …