|
You are here |
schinckel.net | ||
| | | | |
martinheinz.dev
|
|
| | | | | When working with databases, most of the time, all you need is SELECT, UPDATE (CRUD operations),... | |
| | | | |
newvick.com
|
|
| | | | | Tables with polymorphic associations can be quite annoying to query. Use views to make it much easier. | |
| | | | |
dylanpaulus.com
|
|
| | | | | PostgreSQL (Postgres), is a powerful relational database that can store a wide range of data types and data structures. When it comes to storing graph data structures we might reach for a database marketed for that use case like Neo4J or Dgraph. Hold your horses! While Postgres is not generally thou... | |
| | | | |
martincarstenbach.com
|
|
| | | This is a quick post hopefully saving you 5 minutes debugging the following error in Multilingual Engine (MLE) as shipping with Oracle Database 23ai on Linux/{x86-64,aarch64}: NJS-044: named JSON object is not expected in this context Th error is caused in situations when you provide aJavaScript objectas apositional bind to MLE's JavaScript SQL Driver. The... | ||