- Read on Wednesday, May 12, 2010
-
-
Cassandra @ Twitter: An Interview with Ryan King
Great interview about Twitters plans to use Cassandra. Featuring questions like, Why?, How?, etc. Very good read.
Visit
-
Cassandra @ Twitter: An Interview with Ryan King
- Read on Thursday, June 18, 2009
- Read on Thursday, April 30, 2009
-
-
MySQL: LOAD DATA INFILE
The LOAD DATA INFILE statement reads rows from a text file into a table at a very high speed. The file name must be given as a literal string.
Visit
-
MySQL: LOAD DATA INFILE
- Read on Friday, November 7, 2008
-
-
Secrets of the Django ORM
Django's ORM supports SQL group_by and having clauses, and it has for quite some time.
Visit
-
Secrets of the Django ORM
- Read on Tuesday, November 4, 2008
-
-
Database triggers aren't evil, and they actually kind of rock
This post shows a way to use triggers for denormalized data instead of the usual approch of using signals.
Visit
-
Database triggers aren't evil, and they actually kind of rock
- Read on Friday, September 12, 2008
-
-
robhudson's django-debug-toolbar at master
The Django Debug Toolbar is a configurable set of panels that display various debug information about the current request/response. It is a small toolbar that, when activated, situates itself in the top-right location of the browser window. When particular panels are clicked, more details about that panel's content are displayed.
Visit
-
robhudson's django-debug-toolbar at master
- Read on Tuesday, August 26, 2008
-
-
SQL Function Decorator
This decorator will replace a method on a model with a class method that executes SQL in the functions doc string. (Idea of SQL method is great, but the DOC-String solution isn't smart.)
Visit
-
SQL Function Decorator
- Read on Friday, May 30, 2008
-
-
How to Back Up and Restore a MySQL Database
This tutorial will show you two easy ways to backup and restore the data in your MySQL database. You can also use this process to move your data to a new web server.
Visit
-
How to Back Up and Restore a MySQL Database
- Read on Tuesday, May 6, 2008
-
-
django-evolution
``./models.py syncdb`` doesn't track changes in a model, it just checks for new models to be added to the database. Django Evolution enables django to write model changes into the database.
Visit -
MySQL Data Type Storage Requirements
Information about data type storage requirements.
Visit
-
django-evolution
- Read on Monday, May 5, 2008
-
-
Writing MySQL Scripts with Python DB-API
How to use plain SQL in Python.
Visit -
htmlSQL - ermöglicht den Zugriff auf Webseiten via SQL (für PHP)
ist eine experimentelle PHP Klasse mit der man auf HTML Elemente über eine SQL ähnliche Syntax zugreifen kann. Das bedeutet das man nicht mehr über komplizierte Funktionen bestimmte Tags extrahieren muss, sondern einfach eine Query wie diese ausführt:
Visit
-
Writing MySQL Scripts with Python DB-API

