Mercurial > sqlpython
comparison README.txt @ 90:5c73ebfdb24c
tweaking readme
author | catherine@cordelia |
---|---|
date | Tue, 20 May 2008 21:06:20 -0400 |
parents | b336d049cac7 |
children | 51e1fe3adf0e |
comparison
equal
deleted
inserted
replaced
89:f9a8852a9552 | 90:5c73ebfdb24c |
---|---|
31 commands. | 31 commands. |
32 | 32 |
33 Modifying | 33 Modifying |
34 --------- | 34 --------- |
35 | 35 |
36 Modify mysqlpy.py; add `do_mycommand(self, arg)` methods to the | 36 Modify mysqlpy.py; add `do_mycommand(self, arg)` |
37 mysqlpy class to add your own commands. Use `self.stdout.write(txt)` | 37 methods to the mysqlpy class to add your own commands. |
38 in place of `print txt` to make sure your output can be redirected | 38 |
39 into text files or the paste buffer with `>` and `>>`. | 39 Use `self.stdout.write(txt)` in place of `print txt` |
40 to make sure your output can be redirected into text | |
41 files or the paste buffer with `>` and `>>`. | |
40 | 42 |
41 Contributing | 43 Contributing |
42 ------------ | 44 ------------ |
43 | 45 |
44 Development trunk is available from:: | 46 Development trunk is available from:: |