UNPKG

biz9-data

Version:

The BiZ9-Data-Server Package is an object-relational mapper (ORM) that lets you build a clean, portable, reusable, and high-level data access layer with Node.js for data driven applications. The package consists of create, read, update and destroy (CRUD)

10 lines (6 loc) 142 B
express=require("express"); const index=require("./"); app = express(); app.use(express.json()); app.use("/",index); module.exports = app;