<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Efficient SQL console</title>
	<atom:link href="http://blogs.gnome.org/vivien/2008/12/11/efficient-sql-concole/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.gnome.org/vivien/2008/12/11/efficient-sql-concole/</link>
	<description>Just another GNOME Blogs weblog</description>
	<lastBuildDate>Fri, 02 Oct 2009 06:56:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: vivien</title>
		<link>http://blogs.gnome.org/vivien/2008/12/11/efficient-sql-concole/comment-page-1/#comment-109</link>
		<dc:creator>vivien</dc:creator>
		<pubDate>Fri, 12 Dec 2008 08:11:30 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/vivien/?p=56#comment-109</guid>
		<description>I don&#039;t have any plan for a PHP frontend or PHP module, but writing a PHP module for Libgda should not be very complicated...</description>
		<content:encoded><![CDATA[<p>I don&#8217;t have any plan for a PHP frontend or PHP module, but writing a PHP module for Libgda should not be very complicated&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nemesis</title>
		<link>http://blogs.gnome.org/vivien/2008/12/11/efficient-sql-concole/comment-page-1/#comment-108</link>
		<dc:creator>Nemesis</dc:creator>
		<pubDate>Thu, 11 Dec 2008 21:14:07 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/vivien/?p=56#comment-108</guid>
		<description>Are you going to write a php frontend next?  Maybe you can call it phpDbAdmin.</description>
		<content:encoded><![CDATA[<p>Are you going to write a php frontend next?  Maybe you can call it phpDbAdmin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leifer</title>
		<link>http://blogs.gnome.org/vivien/2008/12/11/efficient-sql-concole/comment-page-1/#comment-107</link>
		<dc:creator>leifer</dc:creator>
		<pubDate>Thu, 11 Dec 2008 20:58:02 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/vivien/?p=56#comment-107</guid>
		<description>very nice!</description>
		<content:encoded><![CDATA[<p>very nice!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vivien</title>
		<link>http://blogs.gnome.org/vivien/2008/12/11/efficient-sql-concole/comment-page-1/#comment-106</link>
		<dc:creator>vivien</dc:creator>
		<pubDate>Thu, 11 Dec 2008 15:35:11 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/vivien/?p=56#comment-106</guid>
		<description>I&#039;ve used the H2 console but only for simple statement, I&#039;ll look at it for that aspect. Hopefully for an H2 database, the information displayed in its console and in the Libgda&#039;s console will be the same ;)</description>
		<content:encoded><![CDATA[<p>I&#8217;ve used the H2 console but only for simple statement, I&#8217;ll look at it for that aspect. Hopefully for an H2 database, the information displayed in its console and in the Libgda&#8217;s console will be the same <img src='http://blogs.gnome.org/vivien/wp-content/mu-plugins/tango-smilies/tango/face-wink.png' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vivien</title>
		<link>http://blogs.gnome.org/vivien/2008/12/11/efficient-sql-concole/comment-page-1/#comment-105</link>
		<dc:creator>vivien</dc:creator>
		<pubDate>Thu, 11 Dec 2008 15:32:12 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/vivien/?p=56#comment-105</guid>
		<description>It can&#039;t yet display table inheritance because Libgda does not know about it. If it did (which is feasable), then displaying that is just a question of asking graphviz to do it...</description>
		<content:encoded><![CDATA[<p>It can&#8217;t yet display table inheritance because Libgda does not know about it. If it did (which is feasable), then displaying that is just a question of asking graphviz to do it&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://blogs.gnome.org/vivien/2008/12/11/efficient-sql-concole/comment-page-1/#comment-104</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Thu, 11 Dec 2008 14:13:26 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/vivien/?p=56#comment-104</guid>
		<description>Take a look at H2; it brings a web console much like yours which can connect to any DB that has a JDBC driver.

Might give you some ideas...</description>
		<content:encoded><![CDATA[<p>Take a look at H2; it brings a web console much like yours which can connect to any DB that has a JDBC driver.</p>
<p>Might give you some ideas&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damien</title>
		<link>http://blogs.gnome.org/vivien/2008/12/11/efficient-sql-concole/comment-page-1/#comment-103</link>
		<dc:creator>Damien</dc:creator>
		<pubDate>Thu, 11 Dec 2008 13:08:27 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/vivien/?p=56#comment-103</guid>
		<description>Is the web &quot;console&quot; able to display table inheritance (for instance using a PostregreSQL backend) ?</description>
		<content:encoded><![CDATA[<p>Is the web &#8220;console&#8221; able to display table inheritance (for instance using a PostregreSQL backend) ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: web server definition &#124; Digg hot tags</title>
		<link>http://blogs.gnome.org/vivien/2008/12/11/efficient-sql-concole/comment-page-1/#comment-102</link>
		<dc:creator>web server definition &#124; Digg hot tags</dc:creator>
		<pubDate>Thu, 11 Dec 2008 11:51:58 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/vivien/?p=56#comment-102</guid>
		<description>[...] Vote  Efficient SQL concole [...]</description>
		<content:encoded><![CDATA[<p>[...] Vote  Efficient SQL concole [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SF</title>
		<link>http://blogs.gnome.org/vivien/2008/12/11/efficient-sql-concole/comment-page-1/#comment-101</link>
		<dc:creator>SF</dc:creator>
		<pubDate>Thu, 11 Dec 2008 11:17:42 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/vivien/?p=56#comment-101</guid>
		<description>Try .tables for sqlite3 table list ;-)</description>
		<content:encoded><![CDATA[<p>Try .tables for sqlite3 table list <img src='http://blogs.gnome.org/vivien/wp-content/mu-plugins/tango-smilies/tango/face-wink.png' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vivien</title>
		<link>http://blogs.gnome.org/vivien/2008/12/11/efficient-sql-concole/comment-page-1/#comment-100</link>
		<dc:creator>vivien</dc:creator>
		<pubDate>Thu, 11 Dec 2008 10:20:55 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/vivien/?p=56#comment-100</guid>
		<description>This will be part of the next Libgda&#039;s V4 beta (in a few days probably).</description>
		<content:encoded><![CDATA[<p>This will be part of the next Libgda&#8217;s V4 beta (in a few days probably).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
