Harnessing Higher Order Functions for Efficient SQL Development

using higher order functions to build sql l.w
1 / 8
Embed
Share

Explore how higher order functions can revolutionize SQL development, providing flexibility, efficiency, and maintainability in contrast to traditional ORM approaches. Discover the benefits of leveraging higher order functions in building SQL queries, and how they enable composability, descriptiveness, and testability in your database interactions.

  • Higher Order Functions
  • SQL Development
  • Efficient Queries
  • Composability
  • Descriptiveness

Uploaded on | 0 Views


Download Presentation

Please find below an Image/Link to download the presentation.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author. Download presentation by click this link. If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.

E N D

Presentation Transcript


  1. Using Higher Order Functions to Build SQL Andy Peterson - BarCamp 2017

  2. The Problem ORMs SQL Query Pros Pros Easy to use Fast Modular Efficient Cons Cons Expensive Rigid Time Hard to maintain Memory

  3. The Solution???

  4. Higher Order Functions A higher order function is a function that: 1. Takes a function as an argument 2. Returns a function

  5. Higher Order Functions Composable Descriptive Testable

  6. HOF to Build SQL

  7. HOF to Build SQL

  8. HOF to Build SQL

More Related Content