diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 03:23:46 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-14 03:23:46 -0400 |
commit | 62400ce3006523c0e45c34317dd37b5a4943b08d (patch) | |
tree | 6e08bbae5e34ae08c8096a40c38eb7808e9d145a /network/sqlrelay | |
parent | 9fa48440c8b0f74141f0f60441e6e6b3875c0fdd (diff) |
network/sqlrelay: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'network/sqlrelay')
-rw-r--r-- | network/sqlrelay/README | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/network/sqlrelay/README b/network/sqlrelay/README index aafdf2b8acd5..0c9f2df3e1fb 100644 --- a/network/sqlrelay/README +++ b/network/sqlrelay/README @@ -1,7 +1,8 @@ -With SQL Relay, you can speed up and enhance the scalability of database-driven -web-based applications, access databases from unsupported platforms, throttle -database access, distribute load over clustered or replicated databases, -route queries and migrate applications from one database to another. +With SQL Relay, you can speed up and enhance the scalability of +database-driven web-based applications, access databases from +unsupported platforms, throttle database access, distribute load +over clustered or replicated databases, route queries and migrate +applications from one database to another. -Two optional dependencies, postgresql and freetds will be auto detected at -build time, they can be found on SlackBuilds.org +Two optional dependencies, postgresql and freetds will be auto +detected at build time, they can be found on SlackBuilds.org |