Joche Ojeda

Xari
Relational database systems: the holy grail of data

Relational database systems: the holy grail of data

RDBMS stands for Relational Database Management System. It is a type of database management system that is based on the relational model, which organizes data into tables with rows and columns, and uses relationships between tables to link data together. In an RDBMS,...

Alchemy Framework: 2 – Repository Structure

Alchemy Framework: 2 – Repository Structure

Alright, it's time to start writing some code, but first, let's decide how this project will be organized. So far, the repository structure that I've found most appealing is the one I used for the SyncFramework (https://github.com/egarim/SyncFramework). Here is a...