Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

Partitioning a weighted directed graph (over key/value database)

Database schema design for loan repayment management

database-design

do you know any database design software supporting embedded documents (MongoDB)?

How to join multiple tables related by other tables

Efficient way to store unordered pair in a mysql table

For storing people in MySQL (or any DB) - multiple tables or just one?

ORM Equivalent for a Star/Snowflake Schema

Bipartite graph implementation in neo4j

Designing a database to be used in N-Tier application

Eloquent best practice for key/value pair type table

solution for single attribute in table

Table design for payments

sql database-design

How to manage Countries in database

Enforcing supertype & subtype data integrity without stored procedures, triggers, or UDFs

Django: storing model property on a field vs. on a different model

Accessing an associated table from a Sequelize getter method

Data structure of memoization in db

Why is it necessary to indicate identifying or non-identifying relationships in an ERD?

How can I write a procedure that gets levels i through j or a tree like this?

Do i need to worry about effect of simultaneous request in the UPDATE operation in the given scenario