<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/databases, branch TNF</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=TNF</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=TNF'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2016-07-26T09:37:23Z</updated>
<entry>
<title>phpredis 3.0.0</title>
<updated>2016-07-26T09:37:23Z</updated>
<author>
<name>jdolecek</name>
<email>jdolecek@pkgsrc.org</email>
</author>
<published>2016-07-26T09:37:23Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=0031d501b89f696c1919d25281aa3ef6609442d3'/>
<id>urn:sha1:0031d501b89f696c1919d25281aa3ef6609442d3</id>
<content type='text'>
This version of phpredis supports cluster and is intended for php versions
7.0.0 and higher. To compile cluster-enabled phpredis for older versions
of php, please use the 2.2.8 pecl package.</content>
</entry>
<entry>
<title>Import SQL Workbench/J build 117 as databases/sql-workbench.</title>
<updated>2015-07-20T20:19:16Z</updated>
<author>
<name>asau</name>
<email>asau@pkgsrc.org</email>
</author>
<published>2015-07-20T20:19:16Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=9be130954b3e5f2d3cc3ac19a1ba6f8ad42c03db'/>
<id>urn:sha1:9be130954b3e5f2d3cc3ac19a1ba6f8ad42c03db</id>
<content type='text'>
SQL Workbench/J is a free, DBMS-independent, cross-platform SQL
query tool. It is written in Java and should run on any
operating system that provides a Java Runtime Environment.

Its main focus is on running SQL scripts (either interactively
or as a batch) and export/import features. Graphical query
building or more advanced DBA tasks are not the focus and are
not planned.

Features:

 * Edit, insert and delete data directly in the query result.
 * Powerful export command to write text files (aka "CSV"),
   XML, HTML or SQL (including BLOB data). All user tables
   can be exported into a directory with a single command.
   Export files can be compressed "on-the-fly".
 * Powerful text, XML and spreadsheet import. A set of files
   (including compressed files) can be imported from a directory
   with a single command. Foreign key constraints are detected
   to insert the data in the correct order.
 * Compare two database schemas for differences. The XML output
   can be transformed into the approriate SQL ALTER statements
   using XSLT.
 * Compare the data of two database and generate the necessary
   SQL statements to migrate one to the other.
 * Supports running SQL scripts in batch mode.
 * Supports running in console mode.
 * Search text in procedure, view and other sources using a SQL
   command or a GUI.
 * Search for data across all columns in all tables using a SQL
   command or a GUI.
 * Reformatting (Pretty-Print) of SQL Statements.
 * Select rows from related tables according to their foreign
   key definitions.
 * Tooltips for INSERT statements to show the corresponding
   value or column.
 * Copy data directly between to database servers using a SQL
   command or a GUI.
 * Macros (aka aliases) for frequently used SQL statements.
 * Variable substitution in SQL statements including smart
   prompting for values (can be combined with macros).
 * Auto completion for tables and columns in SQL statements.
 * Display database objects and their definitions.
 * Display table source.
 * Display view, procedure and trigger source code.
 * Display foreign key constraints between tables.
 * Full support for BLOB data in query results, SQL statements,
   export and import.
 * SQLWorkbench/J is free for almost everyone (published under
   a modified the Apache 2.0 license).</content>
</entry>
<entry>
<title>Import SQuirreL SQL Client 3.6 as databases/squirrelsql.</title>
<updated>2015-07-19T20:26:18Z</updated>
<author>
<name>asau</name>
<email>asau@pkgsrc.org</email>
</author>
<published>2015-07-19T20:26:18Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2c0703b7cdc08dfbbfcad3ee8a60b05372d1eead'/>
<id>urn:sha1:2c0703b7cdc08dfbbfcad3ee8a60b05372d1eead</id>
<content type='text'>
SQuirreL SQL Client is a graphical SQL client written in Java
that will allow you to view the structure of a JDBC compliant
database, browse the data in tables, issue SQL commands etc.</content>
</entry>
<entry>
<title>Import jdbc-postgresql94-1201 as databases/jdbc-postgresql94.</title>
<updated>2015-07-19T13:14:58Z</updated>
<author>
<name>asau</name>
<email>asau@pkgsrc.org</email>
</author>
<published>2015-07-19T13:14:58Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b65d797380253401dfd6fe78ca50cfc92d5c536c'/>
<id>urn:sha1:b65d797380253401dfd6fe78ca50cfc92d5c536c</id>
<content type='text'>
Cloned from databases/jdbc-postgresql93.

This is a pure Java (Type IV) JDBC driver for the PostgreSQL
database.  It allows Java programs to connect to a PostgreSQL
database using standard, database independent Java code.

The driver provides a reasonably complete implementation of the
JDBC 4 specification in addition to some PostgreSQL specific
extensions.</content>
</entry>
<entry>
<title>Import jdbc-postgresql93-1103 as databases/jdbc-postgresql93.</title>
<updated>2015-07-19T11:01:41Z</updated>
<author>
<name>asau</name>
<email>asau@pkgsrc.org</email>
</author>
<published>2015-07-19T11:01:41Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=16bbc5bc48252400edf0c993db8285e3a25cf785'/>
<id>urn:sha1:16bbc5bc48252400edf0c993db8285e3a25cf785</id>
<content type='text'>
Cloned from databases/jdbc-postgresql92.

This is a pure Java (Type IV) JDBC driver for the PostgreSQL
database.  It allows Java programs to connect to a PostgreSQL
database using standard, database independent Java code.

The driver provides a reasonably complete implementation of the
JDBC 4 specification in addition to some PostgreSQL specific
extensions.</content>
</entry>
<entry>
<title>MySQL Cluster is a highly scalable, real-time, ACID-compliant</title>
<updated>2014-12-01T05:57:48Z</updated>
<author>
<name>jnemeth</name>
<email>jnemeth@pkgsrc.org</email>
</author>
<published>2014-12-01T05:57:48Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=896b608590db69fcb4d7f68adfa1989199c2319a'/>
<id>urn:sha1:896b608590db69fcb4d7f68adfa1989199c2319a</id>
<content type='text'>
transactional database, combining 99.999% availability with the
low TCO of open source.

Designed around a distributed, multi-master architecture with no
single point of failure, MySQL Cluster scales horizontally on
commodity hardware to serve read and write intensive workloads,
accessed via SQL and NoSQL interfaces.</content>
</entry>
<entry>
<title>Import libnss-pgsql version 1.5.0-beta as databases/nss-pgsql</title>
<updated>2013-03-17T14:12:02Z</updated>
<author>
<name>asau</name>
<email>asau@pkgsrc.org</email>
</author>
<published>2013-03-17T14:12:02Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3a5e5f592e9aa644f73bf6e06b345fe2f35496da'/>
<id>urn:sha1:3a5e5f592e9aa644f73bf6e06b345fe2f35496da</id>
<content type='text'>
Packaged by Matthew Bauer &lt;matthew.justin.bauer@gmail.com&gt; during Google Code-In.

Name Service Switch module for PostgreSQL.</content>
</entry>
<entry>
<title>Import pgbench package.</title>
<updated>2012-07-16T15:32:47Z</updated>
<author>
<name>asau</name>
<email>asau@pkgsrc.org</email>
</author>
<published>2012-07-16T15:32:47Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a694236168867bb302456d4a94a5bf668426c166'/>
<id>urn:sha1:a694236168867bb302456d4a94a5bf668426c166</id>
<content type='text'>
pgbench is a popular benchmarking tool used by many developers
and hackers to do quick performance test with PostgreSQL on a
system setup.</content>
</entry>
<entry>
<title>Import pgbench package for PostgreSQL 8.3</title>
<updated>2012-07-12T18:12:02Z</updated>
<author>
<name>asau</name>
<email>asau@pkgsrc.org</email>
</author>
<published>2012-07-12T18:12:02Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7f91616ef6afbb50182c3cc14e293f16ba6c202f'/>
<id>urn:sha1:7f91616ef6afbb50182c3cc14e293f16ba6c202f</id>
<content type='text'>
pgbench is a popular benchmarking tool used by many developers
and hackers to do quick performance test with PostgreSQL on a
system setup.</content>
</entry>
<entry>
<title>Import pgbench package for PostgreSQL 8.4</title>
<updated>2012-07-12T17:18:42Z</updated>
<author>
<name>asau</name>
<email>asau@pkgsrc.org</email>
</author>
<published>2012-07-12T17:18:42Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=232a7499e73e21122563ed61f4c843c742ac1d62'/>
<id>urn:sha1:232a7499e73e21122563ed61f4c843c742ac1d62</id>
<content type='text'>
pgbench is a popular benchmarking tool used by many developers
and hackers to do quick performance test with PostgreSQL on a
system setup.</content>
</entry>
</feed>
