XML數據庫 BaseX 7.0.1 發布
BaseX 是一個XML數據庫,用來存儲緊縮的XML數據,提供了高效的 XPath 和 XQuery 的實現,還包括一個前端操作界面。
BaseX is a very light-weight, high-performance and scalable XML Database engine and XPath/XQuery Processor, including full support for the W3C Update and Full Text extensions. An interactive and user-friendly GUI frontend gives you great insight into your XML documents.
特性:
Highly interactive visualizations
Explore, analyze and browse XML data: Get a quick overview or dive into the details, and freely combine all views.
Realtime Execution
XQuery expressions may be executed while typing them in, and the results are immediately visualized.
XQuery Editor
The embedded editor provides syntax highlighting and shows detailed error feedback to debug your queries.
變化: This release is a reaction to user feedback and an intent to optimize the distribution packages. The Windows installer was updated to support the latest features. The zip file was updated (initial config and directories added). XQuery: much faster execution of count() when applied to opened databases. The flag -c connects to an existing database server; the flag -s specifies a port for stopping the HTTP server (Jetty); the flag -S starts the HTTP server as a service; running write operations will be completed before the server is stopped. Ruby, Python, PHP, and Java clients have been updated