From de8f2cedc01c6874977a2d8e772f7dacbbae3ca9 Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Wed, 19 Jan 2022 14:59:12 +0100 Subject: [PATCH] Jan 19th --- docs/databases.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/databases.md b/docs/databases.md index 4cff5622..16619052 100644 --- a/docs/databases.md +++ b/docs/databases.md @@ -103,6 +103,7 @@ - [towardsdatascience.com: How to Use SQL Cross Joins](https://towardsdatascience.com/how-to-use-sql-cross-joins-5653fe7d353) The SQL join you never knew existed - [vladmihalcea.com: SQL EXISTS and NOT EXISTS](https://vladmihalcea.com/sql-exists/) - [vladmihalcea.com: Default Database Primary, Foreign, and Unique Key Indexing](https://vladmihalcea.com/default-database-key-indexing/) +- [blog.jooq.org](https://blog.jooq.org) JAVA, SQL AND JOOQ. Best Practices and Lessons Learned from Writing Awesome Java and SQL Code. Get some hands-on insight on what's behind developing jOOQ. ## Stored Procedures - [blog.yugabyte.com: Are Stored Procedures and Triggers Anti-Patterns in the Cloud Native World?](https://blog.yugabyte.com/are-stored-procedures-and-triggers-anti-patterns-in-the-cloud-native-world/)