GithubHelp home page GithubHelp logo

ashikfec01 / lecture-ws-development-of-a-db-app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from patrickkoss/lecture-ws-development-of-a-db-app

0.0 0.0 0.0 7.4 MB

A comprehensive codebase offering multi-language examples for integrating applications with RDBMS like SQLite, employing ORM for database abstraction, utilizing migration frameworks for schema transitions, and implementing REST APIs.

Shell 0.01% JavaScript 25.37% Python 2.74% Java 1.50% Go 1.37% Rust 1.36% Kotlin 1.14% CSS 65.86% Makefile 0.13% HTML 0.46% Dockerfile 0.04%

lecture-ws-development-of-a-db-app's Introduction

Introduction

This codebase serves as a comprehensive repository, furnishing exemplary source code across diverse programming paradigms aimed at elucidating the methodology for interfacing applications with relational database management systems (RDBMS), including but not limited to SQLite. It transcends foundational techniques to delve into Object-Relational Mapping (ORM) strategies for database abstraction and elucidates the utilization of migration frameworks for effective database schema transitions. Additionally, it encapsulates the implementation of a Representational State Transfer (REST) Application Programming Interface (API).

Project Structure

Within the root directory, linguistic categories are partitioned into subdirectories to facilitate the selection of a programming language that aligns with the user's proficiency and/or project requirements. Each language-specific directory houses the following subdivisions:

  • cursor-simple: This segment elucidates the concept of leveraging a database-specific driver that instantiates a cursor for interacting with the database. It underscores the imperative nature of migration frameworks for effectively managing database schema alterations.
  • repository-simple: Serving as an instructional guide, this directory showcases the abstraction capabilities of an ORM over rudimentary cursor-based interactions. It serves to demystify how frameworks such as Hibernate or Django models can streamline the intricacies of direct database interactions.
  • rest-simple This module furnishes a comprehensive guide to constructing a fully-fledged REST API. It outlines a multi-tiered architectural approach comprising a data persistence layer (repository), a business logic layer (service), and an exposure layer (infrastructure). Complementing this architecture, the module integrates a test suite to validate functionality and employs Swagger/OpenAPI for meticulous API documentation, facilitating client-side interactions.
  • rest-simple-exercise Designed as a hands-on exercise, this subdivision supplies a skeletal framework for crafting a REST API. Detailed directives for its completion can be located within the accompanying README.md document.

lecture-ws-development-of-a-db-app's People

Contributors

patrickkoss avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.