Database

Using FeathersJS To Access MariaDB With Minimal Coding Part III

Simple CRUD Example Using FeathersJS And Sequelize, Part III This is the final article of a three-part series. This series of articles will focus on building a complete CRUD interface. The reader is encouraged to optionally install Postman and simulate the same steps using a REST interface. Article One Of The Three-part Series Article Two

Using FeathersJS To Access MariaDB With Minimal Coding Part III Read More »

Using FeathersJS To Access MariaDB With Minimal Coding Part II

Simple CRUD Example Using FeathersJS And Sequelize, Part II. This is the second article of a three-part series. This series of articles will focus on building a complete CRUD interface. The reader is encouraged to optionally install Postman and simulate the same steps using a REST interface. All steps in this three-part article series could be

Using FeathersJS To Access MariaDB With Minimal Coding Part II Read More »

Using FeathersJS To Access MariaDB With Minimal Coding Part I

Simple CRUD Example Using FeathersJS And Sequelize, Part I This is the first article of a three-part series. This series of articles will focus on building a complete CRUD interface. The reader is encouraged to optionally install Postman and simulate the same steps using a REST interface. NOTE: I am bypassing all login security for

Using FeathersJS To Access MariaDB With Minimal Coding Part I Read More »

Building Simple Grid Interface Using FeatherJs Framework

As a longtime proponent of phpMyEdit and MATE(MysqlAjaxTableEditor), I have appreciated the need for easy to use tools which allow users to interact with MariaDB (Mysql) tables in a spreadsheet-style grid interface. This is very useful for more advanced users who are comfortable with spreadsheets as a user-interface since software coding development time is practically

Building Simple Grid Interface Using FeatherJs Framework Read More »

Getting Started with Sequelize and PostgreSQL

In this tutorial, we will learn about NodeJS ORM called Sequelize interfacing with PostgreSQL Database. Introducing Sequelize Sequelize is the NodeJS module which provides common functionalities and utilities to manipulate SQL based databases. Technically, it is an ORM ( Object relational mapping ) module for NodeJS. It supports the following databases: MySQL PostgreSQL MariaDB. SQLite.

Getting Started with Sequelize and PostgreSQL Read More »