If you could have any API you want for accessing data from Python, what would it look like? What would make it Pythonic? This week you'll hear about Pony ORM: Pony is a Python ORM with beautiful query syntax that lets you write your database queries using Python generators and lambdas.
<br/>
<br/>
Links from the show:
<br/>
<div style="font-size: .85em;">
<br/>
<b>Pony ORM</b>: <a href='https://ponyorm.com/' target='_blank'>ponyorm.com</a>
<br/>
<b>Alexey on Twitter</b>: <a href='https://twitter.com/amalashkevich' target='_blank'>@amalashkevich</a>
<br/>
<b>PonyORM GitHub</b>: <a href='https://github.com/ponyorm' target='_blank'>github.com/ponyorm</a>
<br/>
<b>PonyORM Twitter</b>: <a href='https://twitter.com/ponyorm' target='_blank'>@ponyorm</a>
<br/>
<b>Getting started with PonyORM</b>: <a href='https://docs.ponyorm.com/firststeps.html' target='_blank'>docs.ponyorm.com</a>
<br/>
<b>Pony ORM Editor</b>: <a href='https://editor.ponyorm.com' target='_blank'>editor.ponyorm.com</a>
<br/>
<b>2014 epython talk</b>: <a href='https://www.youtube.com/watch?v=0PlpU8sMm80' target='_blank'>youtube.com/watch?v=0PlpU8sMm80</a>
<br/>
<b>JSON Data in PonyORM</b>: <a href='https://docs.ponyorm.com/json.html' target='_blank'>docs.ponyorm.com/json.html</a>
<br/>
<b>JSON1 Extension for SQLite</b>: <a href='https://sqlite.org/json1.html' target='_blank'>sqlite.org/json1.html</a>
<br/>
<b>PonyORM eStore sample</b>: <a href='https://github.com/ponyorm/pony/blob/orm/pony/orm/examples/estore.py' target='_blank'>github.com/ponyorm/pony/blob/orm/pony/orm/examples/estore.py</a>
<br/>
<b>eStore Entity-Relationship Diagram</b>: <a href='https://editor.ponyorm.com/user/pony/eStore' target='_blank'>editor.ponyorm.com/user/pony/eStore</a>
<br/>
<b>Explore the diagrams</b>: <a href='https://editor.ponyorm.com/explore' target='_blank'>editor.ponyorm.com/explore</a>
<br/>
</div>
↧