Skip to content

ahopkins/pygeekle2022-mayim-byoq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mayim: Bring Your Own Query - Intro to the non-ORM SQL client

PyGeekle '22

ORMs are great, except when they are not. Ever been working with an ORM and feel like you need to jump through hoops to get the queries you want? But, you do not want to dropdown to the low-level clients and give up your nicely annotated models.

This is where Mayim fits in. The DB client that executes your hand-written SQL queries, and hydrates them into models.

In this talk we will cover:

  • the benefits to writing your own SQL
  • how Mayim can be used to handle complex data models
  • integration options into web frameworks like Sanic

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published