Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-agnostic

How to construct query in querydsl without domain classes

Database neutral .NET application

.net orm database-agnostic

Is converting database string enums to integers worth it?

sql enums database-agnostic

Distributed primary key - UUID, simple auto increment or custom sequential values?

Implementing a Flexible Relationship in a RDBMS -- What really are the tradeoffs?

Is NOW() a stable function?

sql database-agnostic

How can this SQL query code be broken/exploited by user input? [duplicate]

How do you write your applications to be database independent?

Select the maximum value for each (Col1,Col2)

sql database-agnostic

DB agnostic SQL for CURRENT_TIMESTAMP

sql database-agnostic

What data type is recommended for ID columns?

Creating indexes with descending key columns with Liquibase

How to get fully materialized query from querydsl

Fast Relational method of storing tree data (for instance threaded comments on articles)

When to use database views and when not?

views database-agnostic

Should many to many tables have a primary key?

Function that creates a timestamp in c#

Database cluster and load balancing

Insert into ... values ( SELECT ... FROM ... )