AugustoMarcelo / fluentsql

FluentSQL is an util library to access and manipulate databases

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FluentSQL is an application developed in order to study project patterns like Builder and Fluent Interface. This project is an util library that access and manipulates database through commands like select, where, orderby, limit.

For this project, we have used jest to perform tests and ECMAScript Modules. I'm running this project on Windows, so I needed to install the cross-env library in order to set environment variables and run the jest tests.

Application developed following the class: https://www.youtube.com/watch?v=Gvamncn_wG0&t=3998s

JSON Generator template: https://app.json-generator.com/gTblII-yhNLc

About

FluentSQL is an util library to access and manipulate databases


Languages

Language:JavaScript 100.0%