
UUChat data store
UUChat builds on Sequelize, a promise-based ORM for Node.js. With sequelize, UUChat can be stored in sqlite3, MySQL, postgresql and Microsoft SQL Server. Sqlite3 is the default database for UUChat. sqlite3 UUChat default run with sqlite3. Sqlite3 installation is done after installing uuchat depended moudles: $npm i If node…Read more