Posts tagged sql in 2007
Filters: Year: 2007 × sql × Sorted by date
django-mptt (via) Jonathan Buchanan’s simple utility for performing Modified Preorder Tree Traversal (efficient tree operations in SQL) on Django models.
A Visual Explanation of SQL Joins. It turns out Venn diagrams are an excellent way of illustrating joins.
DbMigration—a schema migration tool for Django. Nice and simple tool for adding schema migrations to a Django application.
Finding Lookup Items that Are Not Used. How to do left outer joins (and other custom SQL) using the Django ORM.
Storm. New Python ORM from Canonical, emphasising multiple database support, intelligent local cache invalidation and a thin layer over the underlying SQL.
SELECT * FROM everything, or why databases are awesome. I’m beginning to think that for scalable applications the thinner your ORM is the better—if you even use one at all.
Facebook Query Language. The Facebook API now lets you run SQL-like queries. You can’t do joins but you can perform very simple subselects.