<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Firebird News</title>
	<atom:link href="https://www.firebirdnews.org/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.firebirdnews.org/</link>
	<description></description>
	<lastBuildDate>Sat, 01 Aug 2026 17:17:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>
	<item>
		<title>FBSimCity v0.6.0: the replication district — journal segments, commit order, and a synchronous replica that dies</title>
		<link>https://www.firebirdnews.org/fbsimcity-v0-6-0-the-replication-district-journal-segments-commit-order-and-a-synchronous-replica-that-dies/</link>
					<comments>https://www.firebirdnews.org/fbsimcity-v0-6-0-the-replication-district-journal-segments-commit-order-and-a-synchronous-replica-that-dies/#respond</comments>
		
		<dc:creator><![CDATA[mariuz]]></dc:creator>
		<pubDate>Sat, 01 Aug 2026 17:17:30 +0000</pubDate>
				<category><![CDATA[General news]]></category>
		<category><![CDATA[fbsimcity]]></category>
		<category><![CDATA[firebird]]></category>
		<category><![CDATA[replication]]></category>
		<category><![CDATA[visualization]]></category>
		<guid isPermaLink="false">https://www.firebirdnews.org/?p=15635</guid>

					<description><![CDATA[<p>FBSimCity, the explorable isometric city of Firebird internals, is at v0.6.0. This release adds a replication district. Replication without a log Firebird has no write-ahead log to ship, so its replication is logical — and it has to be. As each transaction commits, the changes themselves are written into a replication journal segment. When a segment fills it is sealed</p>
<p>The post <a href="https://www.firebirdnews.org/fbsimcity-v0-6-0-the-replication-district-journal-segments-commit-order-and-a-synchronous-replica-that-dies/">FBSimCity v0.6.0: the replication district — journal segments, commit order, and a synchronous replica that dies</a> appeared first on <a href="https://www.firebirdnews.org">Firebird News</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.firebirdnews.org/fbsimcity-v0-6-0-the-replication-district-journal-segments-commit-order-and-a-synchronous-replica-that-dies/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>IBX for Lazarus 2.7.11 and 2.7.12 released</title>
		<link>https://www.firebirdnews.org/ibx-for-lazarus-2-7-11-and-2-7-12-released/</link>
					<comments>https://www.firebirdnews.org/ibx-for-lazarus-2-7-11-and-2-7-12-released/#respond</comments>
		
		<dc:creator><![CDATA[mariuz]]></dc:creator>
		<pubDate>Fri, 31 Jul 2026 19:39:52 +0000</pubDate>
				<category><![CDATA[Developer News]]></category>
		<guid isPermaLink="false">https://www.firebirdnews.org/?p=15632</guid>

					<description><![CDATA[<p>MWA Software has published two bug-fix releases of IBX for Lazarus, the Lazarus components for accessing Firebird databases. 2.7.11 (2 June) fixes field-to-column mapping when a SELECT uses aggregate or concatenation functions without an explicit alias. Firebird reports the same alias name for each function of a given type, and IBX&#8217;s disambiguation could previously associate fields with the wrong column.</p>
<p>The post <a href="https://www.firebirdnews.org/ibx-for-lazarus-2-7-11-and-2-7-12-released/">IBX for Lazarus 2.7.11 and 2.7.12 released</a> appeared first on <a href="https://www.firebirdnews.org">Firebird News</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.firebirdnews.org/ibx-for-lazarus-2-7-11-and-2-7-12-released/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>node-firebird v2.6.0 &#8211; v2.14.0: roadmap complete, issue tracker at zero</title>
		<link>https://www.firebirdnews.org/node-firebird-v2-6-0-v2-14-0-roadmap-complete-issue-tracker-at-zero/</link>
					<comments>https://www.firebirdnews.org/node-firebird-v2-6-0-v2-14-0-roadmap-complete-issue-tracker-at-zero/#respond</comments>
		
		<dc:creator><![CDATA[mariuz]]></dc:creator>
		<pubDate>Fri, 31 Jul 2026 16:26:34 +0000</pubDate>
				<category><![CDATA[Developer News]]></category>
		<guid isPermaLink="false">https://www.firebirdnews.org/?p=15630</guid>

					<description><![CDATA[<p>The pure-JavaScript node-firebird driver for Node.js shipped eight releases in under a week (v2.6.0 &#8211; v2.14.0), completing its entire roadmap and closing all 47 open issues &#8212; some dating back to 2015. Highlights for Firebird users: Firebird 6.0 Protocol 20 fully supported &#8212; the long-standing prepare hang was root-caused and fixed (v2.10.0) The sporadic Srp/Srp256 authentication failure solved &#8212; ~1.2&#8211;1.7%</p>
<p>The post <a href="https://www.firebirdnews.org/node-firebird-v2-6-0-v2-14-0-roadmap-complete-issue-tracker-at-zero/">node-firebird v2.6.0 &#8211; v2.14.0: roadmap complete, issue tracker at zero</a> appeared first on <a href="https://www.firebirdnews.org">Firebird News</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.firebirdnews.org/node-firebird-v2-6-0-v2-14-0-roadmap-complete-issue-tracker-at-zero/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Announcing cl-firebird v1.0.0: Pure Common Lisp Driver with Full node-firebird Parity &#038; Multi-Version CI Matrix</title>
		<link>https://www.firebirdnews.org/announcing-cl-firebird-v1-0-0-pure-common-lisp-driver-with-full-node-firebird-parity-multi-version-ci-matrix/</link>
					<comments>https://www.firebirdnews.org/announcing-cl-firebird-v1-0-0-pure-common-lisp-driver-with-full-node-firebird-parity-multi-version-ci-matrix/#respond</comments>
		
		<dc:creator><![CDATA[mariuz]]></dc:creator>
		<pubDate>Fri, 31 Jul 2026 15:07:51 +0000</pubDate>
				<category><![CDATA[Tools & Products releases]]></category>
		<category><![CDATA[cl-firebird]]></category>
		<category><![CDATA[Common Lisp]]></category>
		<category><![CDATA[driver]]></category>
		<category><![CDATA[release]]></category>
		<guid isPermaLink="false">https://www.firebirdnews.org/?p=15627</guid>

					<description><![CDATA[<p>We are excited to announce the release of cl-firebird v1.0.0 &#8212; a pure Common Lisp database driver for Firebird 3.0, 4.0, 5.0, and 6.0+. Featuring full 1:1 feature parity with node-firebird, this release brings 12-factor connection URIs, thread-safe connection pooling, named placeholder parameter binding, custom type parsers (type-cast), streaming cursors, database events (POST_EVENT), Service Manager support, Firebird 6.0 tablespaces/schemas, and</p>
<p>The post <a href="https://www.firebirdnews.org/announcing-cl-firebird-v1-0-0-pure-common-lisp-driver-with-full-node-firebird-parity-multi-version-ci-matrix/">Announcing cl-firebird v1.0.0: Pure Common Lisp Driver with Full node-firebird Parity &amp; Multi-Version CI Matrix</a> appeared first on <a href="https://www.firebirdnews.org">Firebird News</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.firebirdnews.org/announcing-cl-firebird-v1-0-0-pure-common-lisp-driver-with-full-node-firebird-parity-multi-version-ci-matrix/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>FBSimCity v0.4.0: the backup yard — gbak pins the OIT, nbackup fills the delta</title>
		<link>https://www.firebirdnews.org/fbsimcity-v0-4-0-the-backup-yard-gbak-pins-the-oit-nbackup-fills-the-delta/</link>
					<comments>https://www.firebirdnews.org/fbsimcity-v0-4-0-the-backup-yard-gbak-pins-the-oit-nbackup-fills-the-delta/#respond</comments>
		
		<dc:creator><![CDATA[mariuz]]></dc:creator>
		<pubDate>Thu, 30 Jul 2026 12:21:49 +0000</pubDate>
				<category><![CDATA[General news]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[fbsimcity]]></category>
		<category><![CDATA[firebird]]></category>
		<category><![CDATA[gbak]]></category>
		<category><![CDATA[nbackup]]></category>
		<category><![CDATA[visualization]]></category>
		<guid isPermaLink="false">https://www.firebirdnews.org/?p=15625</guid>

					<description><![CDATA[<p>FBSimCity, the explorable isometric city of Firebird internals, is at v0.4.0. This release adds a whole backup yard, built around what gbak and nbackup actually do. gbak: the backup that pins your OIT gbak takes a logical backup online: it attaches like any other client and reads every table through a snapshot transaction. That snapshot is the interesting part, because</p>
<p>The post <a href="https://www.firebirdnews.org/fbsimcity-v0-4-0-the-backup-yard-gbak-pins-the-oit-nbackup-fills-the-delta/">FBSimCity v0.4.0: the backup yard — gbak pins the OIT, nbackup fills the delta</a> appeared first on <a href="https://www.firebirdnews.org">Firebird News</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.firebirdnews.org/fbsimcity-v0-4-0-the-backup-yard-gbak-pins-the-oit-nbackup-fills-the-delta/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>FBSimCity: an explorable city that shows how Firebird works</title>
		<link>https://www.firebirdnews.org/fbsimcity-an-explorable-city-that-shows-how-firebird-works/</link>
					<comments>https://www.firebirdnews.org/fbsimcity-an-explorable-city-that-shows-how-firebird-works/#respond</comments>
		
		<dc:creator><![CDATA[mariuz]]></dc:creator>
		<pubDate>Wed, 29 Jul 2026 05:39:04 +0000</pubDate>
				<category><![CDATA[General news]]></category>
		<guid isPermaLink="false">https://www.firebirdnews.org/?p=15622</guid>

					<description><![CDATA[<p>FBSimCity is an interactive visualization of Firebird internals: an explorable isometric city where every building is a subsystem from the classic Conceptual Architecture for Firebird paper (Chan &#38; Yashkir), and queries commute through the pipeline as glowing particles — REMOTE harbor -&#62; Y-valve -&#62; DSQL -&#62; JRD, with the lock manager tower watching over it. The simulation is Firebird-flavored throughout:</p>
<p>The post <a href="https://www.firebirdnews.org/fbsimcity-an-explorable-city-that-shows-how-firebird-works/">FBSimCity: an explorable city that shows how Firebird works</a> appeared first on <a href="https://www.firebirdnews.org">Firebird News</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.firebirdnews.org/fbsimcity-an-explorable-city-that-shows-how-firebird-works/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>IBPhoenix is Introducting Firebird 2.5 Maintenance Subscription</title>
		<link>https://www.firebirdnews.org/ibphoenix-is-introducting-firebird-2-5-maintenance-subscription/</link>
					<comments>https://www.firebirdnews.org/ibphoenix-is-introducting-firebird-2-5-maintenance-subscription/#respond</comments>
		
		<dc:creator><![CDATA[Pavel Císař]]></dc:creator>
		<pubDate>Tue, 21 Jul 2026 08:05:52 +0000</pubDate>
				<category><![CDATA[General news]]></category>
		<guid isPermaLink="false">https://www.firebirdnews.org/?p=15554</guid>

					<description><![CDATA[<p>Although Firebird 2.5 has reached End of Life, many production systems still depend on it. Following the disclosure of several security vulnerabilities that also affect Firebird 2.5, IBPhoenix has introduced a Firebird 2.5 Maintenance Subscription for commercial users. Subscribers receive security-patched Firebird 2.5 builds based on the final official release, together with future security updates released during the subscription period.</p>
<p>The post <a href="https://www.firebirdnews.org/ibphoenix-is-introducting-firebird-2-5-maintenance-subscription/">IBPhoenix is Introducting Firebird 2.5 Maintenance Subscription</a> appeared first on <a href="https://www.firebirdnews.org">Firebird News</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.firebirdnews.org/ibphoenix-is-introducting-firebird-2-5-maintenance-subscription/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Database Workbench 7 now available</title>
		<link>https://www.firebirdnews.org/database-workbench-7-now-available/</link>
					<comments>https://www.firebirdnews.org/database-workbench-7-now-available/#respond</comments>
		
		<dc:creator><![CDATA[Martijn Tonies]]></dc:creator>
		<pubDate>Thu, 09 Jul 2026 08:04:35 +0000</pubDate>
				<category><![CDATA[Tools & Products releases]]></category>
		<category><![CDATA[ai]]></category>
		<category><![CDATA[aidevelopment]]></category>
		<category><![CDATA[databaseworkbench]]></category>
		<category><![CDATA[firebird]]></category>
		<category><![CDATA[interbase]]></category>
		<category><![CDATA[mariadb]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[nexusdb]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[sqlite]]></category>
		<category><![CDATA[sqlserver]]></category>
		<guid isPermaLink="false">https://www.firebirdnews.org/?p=15540</guid>

					<description><![CDATA[<p>Upscene Productions is proud to announce the next major version of the popular Firebird development tool: ✨ Database Workbench 7.0 ✨ This new release prepares Database Workbench for the future. With a revamped user interface with many improvements and AI powered SQL and database development, we&#8217;re supplying database developers with the tools they need.&#8212; Martijn Tonies, owner of Upscene The</p>
<p>The post <a href="https://www.firebirdnews.org/database-workbench-7-now-available/">Database Workbench 7 now available</a> appeared first on <a href="https://www.firebirdnews.org">Firebird News</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.firebirdnews.org/database-workbench-7-now-available/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>New Ebook: Practical Firebird Performance Diagnostics</title>
		<link>https://www.firebirdnews.org/new-ebook-practical-firebird-performance-diagnostics/</link>
					<comments>https://www.firebirdnews.org/new-ebook-practical-firebird-performance-diagnostics/#respond</comments>
		
		<dc:creator><![CDATA[Pavel Císař]]></dc:creator>
		<pubDate>Wed, 08 Jul 2026 11:53:21 +0000</pubDate>
				<category><![CDATA[General news]]></category>
		<guid isPermaLink="false">https://www.firebirdnews.org/?p=15536</guid>

					<description><![CDATA[<p>IBPhoenix is pleased to announce the release of a new free ebook: Practical Firebird Performance Diagnostics: A Structured Approach Unlike traditional performance tuning guides, this ebook focuses on the reasoning behind successful diagnostics. It introduces a structured framework that helps Firebird professionals move from observed symptoms to defensible explanations by classifying problems, selecting appropriate investigation strategies, interpreting evidence correctly, and</p>
<p>The post <a href="https://www.firebirdnews.org/new-ebook-practical-firebird-performance-diagnostics/">New Ebook: Practical Firebird Performance Diagnostics</a> appeared first on <a href="https://www.firebirdnews.org">Firebird News</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.firebirdnews.org/new-ebook-practical-firebird-performance-diagnostics/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>EmberWings 2026/2 Is Now Available</title>
		<link>https://www.firebirdnews.org/emberwings-2026-2-is-now-available/</link>
					<comments>https://www.firebirdnews.org/emberwings-2026-2-is-now-available/#respond</comments>
		
		<dc:creator><![CDATA[Pavel Císař]]></dc:creator>
		<pubDate>Tue, 30 Jun 2026 10:32:31 +0000</pubDate>
				<category><![CDATA[General news]]></category>
		<guid isPermaLink="false">https://www.firebirdnews.org/?p=15530</guid>

					<description><![CDATA[<p>We&#8217;re pleased to announce that the June 2026 issue of EmberWings (2026/2) is now available. This issue explores a theme familiar to every experienced Firebird developer: the space between what we observe and what is actually happening inside the database engine. As systems become faster and workloads more demanding, successful diagnostics increasingly depend not on collecting more information, but on</p>
<p>The post <a href="https://www.firebirdnews.org/emberwings-2026-2-is-now-available/">EmberWings 2026/2 Is Now Available</a> appeared first on <a href="https://www.firebirdnews.org">Firebird News</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.firebirdnews.org/emberwings-2026-2-is-now-available/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Laravel-Firebird (Benson Fork)</title>
		<link>https://www.firebirdnews.org/laravel-firebird-benson-fork/</link>
					<comments>https://www.firebirdnews.org/laravel-firebird-benson-fork/#respond</comments>
		
		<dc:creator><![CDATA[Cantu]]></dc:creator>
		<pubDate>Tue, 23 Jun 2026 20:26:38 +0000</pubDate>
				<category><![CDATA[Developer News]]></category>
		<category><![CDATA[Tools & Products releases]]></category>
		<category><![CDATA[laravel]]></category>
		<guid isPermaLink="false">https://www.firebirdnews.org/?p=15520</guid>

					<description><![CDATA[<p>TL;DR We started from an already working, mature Firebird driver for Laravel and brought it to real parity with the first-party drivers (MySQL, PostgreSQL, SQL Server). The result: from an estimated ~51% to ~96% functional parity, 216 tests running against Firebird 3, 4 and 5 (dialects 1 and 3), ~87% line coverage, and a green CI across the whole matrix</p>
<p>The post <a href="https://www.firebirdnews.org/laravel-firebird-benson-fork/">Laravel-Firebird (Benson Fork)</a> appeared first on <a href="https://www.firebirdnews.org">Firebird News</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.firebirdnews.org/laravel-firebird-benson-fork/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Real-time Firebird – Monitor for Firebird – Server 2.5 – 5.0</title>
		<link>https://www.firebirdnews.org/real-time-firebird-monitor-for-firebird-server-2-5-5-0-5/</link>
					<comments>https://www.firebirdnews.org/real-time-firebird-monitor-for-firebird-server-2-5-5-0-5/#respond</comments>
		
		<dc:creator><![CDATA[gkobler]]></dc:creator>
		<pubDate>Tue, 09 Jun 2026 15:59:56 +0000</pubDate>
				<category><![CDATA[General news]]></category>
		<guid isPermaLink="false">https://www.firebirdnews.org/?p=15517</guid>

					<description><![CDATA[<p>A new version 2.0.7.203 is available. Visit our homepage and download the demo version. https://fbm.gksoft.ch</p>
<p>The post <a href="https://www.firebirdnews.org/real-time-firebird-monitor-for-firebird-server-2-5-5-0-5/">Real-time Firebird – Monitor for Firebird – Server 2.5 – 5.0</a> appeared first on <a href="https://www.firebirdnews.org">Firebird News</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.firebirdnews.org/real-time-firebird-monitor-for-firebird-server-2-5-5-0-5/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Firebird External Table Generator (ext-table-gen) 3.0 released</title>
		<link>https://www.firebirdnews.org/firebird-external-table-generator-ext-table-gen-3-0-released/</link>
					<comments>https://www.firebirdnews.org/firebird-external-table-generator-ext-table-gen-3-0-released/#respond</comments>
		
		<dc:creator><![CDATA[Mark Rotteveel]]></dc:creator>
		<pubDate>Fri, 15 May 2026 09:33:34 +0000</pubDate>
				<category><![CDATA[Tools & Products releases]]></category>
		<category><![CDATA[csv]]></category>
		<category><![CDATA[external-table]]></category>
		<category><![CDATA[tools]]></category>
		<guid isPermaLink="false">https://www.firebirdnews.org/?p=15513</guid>

					<description><![CDATA[<p>I am happy to announce the release of version 3.0 of “Firebird External Table Generator” (ext-table-gen for short). “Firebird External Table Generator” is a commandline tool to transform CSV files to Firebird external table files (a binary format for external table data). Compared to version 2.0, we added support for more datatypes: ext-table-gen 3.0 requires Java 21 or higher. You</p>
<p>The post <a href="https://www.firebirdnews.org/firebird-external-table-generator-ext-table-gen-3-0-released/">Firebird External Table Generator (ext-table-gen) 3.0 released</a> appeared first on <a href="https://www.firebirdnews.org">Firebird News</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.firebirdnews.org/firebird-external-table-generator-ext-table-gen-3-0-released/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Firebird 3.0.14 / 4.0.7 / 5.0.4 for QNAP NAS</title>
		<link>https://www.firebirdnews.org/firebird-3-0-14-4-0-7-5-0-4-for-qnap-nas/</link>
					<comments>https://www.firebirdnews.org/firebird-3-0-14-4-0-7-5-0-4-for-qnap-nas/#respond</comments>
		
		<dc:creator><![CDATA[gkobler]]></dc:creator>
		<pubDate>Fri, 01 May 2026 09:11:05 +0000</pubDate>
				<category><![CDATA[General news]]></category>
		<guid isPermaLink="false">https://www.firebirdnews.org/?p=15506</guid>

					<description><![CDATA[<p>For those who can&#8217;t wait for QNAP to release the new versions in the official QNAP App Store, here is the download link. Firebird 3.0.14 / 4.0.7 / 5.0.4 for Intel QNAP NAS (intel only) can be downloaded via the follow link https://fbm.gksoft.ch/Download.html</p>
<p>The post <a href="https://www.firebirdnews.org/firebird-3-0-14-4-0-7-5-0-4-for-qnap-nas/">Firebird 3.0.14 / 4.0.7 / 5.0.4 for QNAP NAS</a> appeared first on <a href="https://www.firebirdnews.org">Firebird News</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.firebirdnews.org/firebird-3-0-14-4-0-7-5-0-4-for-qnap-nas/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Database Workbench 6.10.6 released</title>
		<link>https://www.firebirdnews.org/database-workbench-6-10-6-released/</link>
					<comments>https://www.firebirdnews.org/database-workbench-6-10-6-released/#respond</comments>
		
		<dc:creator><![CDATA[Martijn Tonies]]></dc:creator>
		<pubDate>Mon, 27 Apr 2026 16:01:49 +0000</pubDate>
				<category><![CDATA[Tools & Products releases]]></category>
		<category><![CDATA[database workbench]]></category>
		<category><![CDATA[firebird]]></category>
		<category><![CDATA[interbase]]></category>
		<category><![CDATA[mariadb]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[nexusdb]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[sqlite]]></category>
		<category><![CDATA[sqlserver]]></category>
		<guid isPermaLink="false">https://www.firebirdnews.org/?p=15503</guid>

					<description><![CDATA[<p>Upscene Productions is proud to announce the availability of the next release of the popular multi-DBMS development tool: ✨ &#8220;Database Workbench 6.10.6&#8221; ✨ This release introduces the Data Type Assistant for quicker table creation, and gives you a new and much faster Report Designer. 📹 Watch a video of the Data Type Assistant here. Database Workbench supports the following database</p>
<p>The post <a href="https://www.firebirdnews.org/database-workbench-6-10-6-released/">Database Workbench 6.10.6 released</a> appeared first on <a href="https://www.firebirdnews.org">Firebird News</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.firebirdnews.org/database-workbench-6-10-6-released/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
