Mercurial > sqlpython
comparison 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 |
comparison
equal
deleted
inserted
replaced
443:cd015f2bff44 | 444:e89db2eaa0b4 |
---|---|
1 ============================== | 1 ============================== |
2 SQLPython's extra capabilities | 2 SQLPython's extra capabilities |
3 ============================== | 3 ============================== |
4 | 4 |
5 For the most part, SQLPython simply duplicates SQL\*Plus's capabilites. | 5 SQLPython's primary function is to allow entry of SQL queries, much like |
6 SQL*Plus, psql, and the mysql command-line client. It aims to reproduce | |
7 as many SQL*Plus capabilities as possible. In addition, it offers several | |
8 extra features inspired by other command-line clients. | |
6 | 9 |
7 Neatened output | 10 Neatened output |
8 =============== | 11 =============== |
9 | 12 |
10 When printing query results, sqlpython economizes on screen space by allocating | 13 When printing query results, sqlpython economizes on screen space by allocating |