database-queries

There are 29 repositories under database-queries topic.

  • tmarois/Filebase

    A Simple but Powerful Flat File Database Storage.

    Language:PHP280245948
  • filterable

    Thavarshan/filterable

    πŸ” Enhance Laravel queries with adaptable, customisable filters and intelligent caching to improve both performance and functionality.

    Language:PHP164279
  • index-digest

    macbre/index-digest

    Analyses your database queries and schema and suggests indices and schema improvements

    Language:Python784765
  • sohail0992/Hostel-management-system

    Hostel management system

    Language:Java263019
  • jexp/boltsh

    Bolt Cypher Shell, built with OCLIF

    Language:TypeScript7301
  • bytebutcher/pydfql

    Wireshark-like display filter for various data formats, including Python dictionaries, lists, objects, and SQL databases.

    Language:Python6391
  • smileyVars

    mgrand/smileyVars

    Template engine for SQL

    Language:Java6202
  • nbayramberdiyev/pdo-wrapper

    Simple yet efficient PDO wrapper.

    Language:PHP4201
  • winmain/querio

    Scala ORM, DSL, and code generator for database queries

    Language:Scala4553
  • dev4press/db-updates-for-bbpress

    Proposed new database schema for bbPress with the goal of improving bbPress performance and stop using wp_postmeta database table.

  • Jeffrey-Kimani/Pontious

    Pontious is an ORM library that provides a way to do SQL queries without necessarily writing SQL Query code. It is built over SQL2o to provide a nice ORM touch.

    Language:Java2200
  • kalidas120799/database-queries

    firebase mongodb and mysql database queries

    Language:JavaScript2101
  • nidhiupman568/MY-SQL-PROBLEM-SOLVED

    🌟Welcome to a curated πŸ“š collection πŸ“š of solved πŸ› οΈ MySQL πŸ’Ύ interview πŸ’¬ problems ❓ from LeetCode πŸ’‘. πŸ“ŠπŸ” This section πŸ“š showcases πŸ” key questions ❓ and their solutions πŸ’‘, providing πŸ“Š a valuable πŸ› οΈ resource πŸ“š for anyone πŸ’¬ preparing πŸ› οΈ for SQL πŸ’Ύ interviews πŸ’¬. πŸš€

  • parth428/sql-movie-analysis

    This repository contains an SQL project for extracting insights from a movie database. Through structured SQL queries, it answers questions about movie titles, actors, directors, and their roles, ideal for practicing database querying and analysis with a real-world focus.

    Language:Python1
  • noy-dayan/DataMaster

    User-friendly client-server software with GUI for efficient database table management and data retrieval in Python

    Language:Python0101
  • Siliver4/DragonflyGood_Practices

    Training area, in order to master good practices in matter of code, git history, database queries...

    Language:Java0200
  • StevenKight/RentMeFurnitureRentalSystem

    A real-world database project for hands-on learning Database Design and Implementation, Interacting with DBMSs, SQL Queries, and more Database related features and abilities.

    Language:C#01190
  • uros196/repository

    Repository classes for communication with database

    Language:PHP0100
  • usmana5809/Oracle-Database-Project

    Oracle Database project focusing on social, financial, and university management systems. It includes SQL scripts for database creation, data insertion, and querying, along with a detailed README providing setup instructions and usage guideline

  • weggetor/BBQuery

    The bitboxx bbquery module is a DNN module for querying and editing database tables. Its intention is more for intranet than internet. You can define database querys (selects) to every kind of database (if drivers are installed) and even edit the tables if configured like this. if you or your employees need to fire every morning the same query to the database to check if nightly production went well and every record is on his right place, this is the module for you! The minimum DNN Version for this module is 06.01.00.

    Language:C#0232
  • MrRioja/databaseQueries-Ignite

    Projeto com solução do desafio de queries com ORM proposto no desafio do módulo III do Ignite na trilha de NodeJS

    Language:TypeScript10
  • PhpGt/SqlBuilder

    [in development] Object oriented representation of SQL queries.

    Language:PHP3241
  • renato3x/simple-jdbc-app

    Simple Java application to connect to database

    Language:Java10
  • rmodi6/theory-of-database-systems

    Homework files for CSE532 - Theory of Database Systems

    Language:Java20
  • Sandhya80/Build_InventoryDB_postgreSQL

    A DB schema to organize an inventory of mechanical parts that keep track of all parts, manufacturer, category, location, available inventory, and related infos. This might be updated and queried by an inventory management app that accepts input from users unfamiliar to DB structures. Sufficient data quality checks are needed for valid data entry.

  • Sandhya80/Bytes_OfChina_SQLProject

    Designing a database schema for a restaurant so that it can display menu, ratings and other details on its new website!

  • Sandhya80/Database_Triggers_Project

    Making sure that we have a record of when customer information is modified and to ensure changes match the business rule of an online watch store using Database triggers.

  • Vshivacode/instagram-database-project

    A database clone of Instagram showcasing my SQL skills and database design proficiency. Includes tables for users, photos, likes, comments, tags, and follows. Implements essential functionalities and relationships for a social media platform.