diff docs/source/capabilities.rst @ 444:e89db2eaa0b4

removed refs to sqlalchemy
author catherine@Drou
date Tue, 09 Feb 2010 08:24:30 -0500
parents 2fd766784ff2
children b34ea206c7d1
line wrap: on
line diff
--- a/docs/source/capabilities.rst	Mon Feb 08 08:00:08 2010 -0500
+++ b/docs/source/capabilities.rst	Tue Feb 09 08:24:30 2010 -0500
@@ -2,7 +2,10 @@
 SQLPython's extra capabilities
 ==============================
 
-For the most part, SQLPython simply duplicates SQL\*Plus's capabilites.
+SQLPython's primary function is to allow entry of SQL queries, much like
+SQL*Plus, psql, and the mysql command-line client.  It aims to reproduce
+as many SQL*Plus capabilities as possible.  In addition, it offers several
+extra features inspired by other command-line clients.
 
 Neatened output
 ===============