-
Google PR 0Trustworthiness Unknown
-
Avg. Daily Visitors N/AChild Safety Unknown
-
Avg. Daily Pageviews N/APrivacy Unknown
What is Pony ORM? — Pony ORM documentation
Domain info
Location: | United States |
Registrant: | Redacted for Privacy (Privacy service provided by Withheld for Privacy ehf) |
Hosted by: | Akamai Technologies, Inc. |
Registrar: | NameCheap, Inc. |
Subnetworks: | 45.79.156.60 |
Social Media Activities
- Facebook likes: -
- Twitter mentions: -
- Google pluses: 1
- LinkedIn mentions: -
- Pinterest pins: -
- StumbleUpon views: -
Web Safety
- This website is malware-free.
- Status ok
Sites associated with the same registrant
Whois
Docs.ponyorm.com popular pages to visit
What is Pony ORM? — Pony ORM documentation
Full support of composite keys
The ability to easily write queries using LEFT JOIN, HAVING and other features of SQL
One interesting feature of Pony is that it allows interacting with the database in ...
Queries — Pony ORM documentation
Also you can make new query based on another query:
query3 = select(customer.name for customer in query2
if customer.country == 'Canada')
select() function returns an instance of a
Q...
Getting Started with Pony — Pony ORM documentation
To make sure Pony has been successfully installed, launch a Python interpreter in interactive mode and type:
>>> from pony.orm import *
This imports the entire (and not very large) set of classes and...