From: SVN by r. <sv...@ca...> - 2010-05-08 09:49:16
|
Author: roy Date: 2010-05-08 11:49:05 +0200 (Sat, 08 May 2010) New Revision: 472 Modified: README Log: more stuff Modified: README =================================================================== --- README 2010-05-08 09:48:51 UTC (rev 471) +++ README 2010-05-08 09:49:05 UTC (rev 472) @@ -1,5 +1,8 @@ INTENTION -The intention of writing this sqlclient/sqlshell is to provide a common interface to different databases we use in our company. But most important is that the interface to a commercial client we use is really not very usefull. Our goal is to add as many features as we can think of to this small utility class so that our daily work is made a lot easier. The initial functionality should contain: +The intention of writing this sqlclient/sqlshell is to provide a common interface to different databases we use +in our company. But most important is that the interface to a commercial client we use is really +not very usefull. Our goal is to add as many features as we can think of to this small utility class +so that our daily work is made a lot easier. The initial functionality should contain: - sql command history (key up/down) - tab completion (at least for select queries) - execute a sql file (@mystatements.sql) @@ -20,7 +23,7 @@ With Charva In order to run sqlshell using charva you need to have the charva libraries in the lib folder. -Currently charva is compiled for windows (32 bits) and linux intel 32 bits and amd 64 bits. If you don't +Currently charva is compiled for windows (32 bits) and linux intel 32 and 64 bits and amd 64 bits. If you don't own an intel 32 bits, you need to modify the contents of the lib/charva directory. With JCurses |