Relational database replication tool based on XML Schema
xsd2pgschema is a Java application suite, which converts XML Schema 1.1 (hierarchical data model) to PostgreSQL DDL (relational data model) and supports XML data migration into PostgreSQL based on the XML Schema without defects on information content. It also supports full-text indexing via either Apache Lucene or Sphinx Search utilizing the relational data model. File conversion from XML to CSV, TSV, or JSON is possible as well as mapping XML Schema to JSON Schema.
Obtained PostgreSQL...
SQLSmith is a fuzz testing tool for PostgreSQL that automatically generates random SQL queries to uncover bugs in the query planner and executor. It is widely used by PostgreSQL developers and database vendors to stress-test SQL features and engine behavior under edge-case conditions. SQLSmith helps improve database robustness by revealing unexpected failures.
Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.
Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
HTML parser and DOM-related procedures for Microsoft T-SQL
SQLDOM is an easy and robust way to parse HTML directly into SQL tables, manipulate DOM nodes in a JQuery-like manner, and to render HTML from the SQL-based DOM.
SQLDOM is written entirely in native T-SQL, and uses only temporary database objects (tempdb). No changes to user databases are required.
Javatools that any Java project will find useful. Highlights are a Rogue Wave DBTools.h++ lookalike that makes RDBMS access easy. It includes an SQLparser and generator. An implementation of Cron and Crontab in java. File logging and assert classes.
All2SQL is a PHP library that converts any parsable format to valid SQL insertion code, allowing you to import any data source into your database. All you need is a parser! The MySQL platform is supported, with more to be added.
MacroScope is a portable SQL ADO.NET provider, automagically transforming SQL commands to a form expected by different database engines. It also includes an SQLparser and exports an SQL object model.
Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
A web page parser for sql written in java. It breaks html into table rows. It can datamine dynamic tables and alert a user to trends. It interfaces with authenticated & search sites. It is very flexible, uses selfmoding code, and can do http push
SydeKIQ (pronounced sidekick) is a Sybase IQ Log Parser that parses the iqmsg and sql log files to aid Sybase IQ Database Administrators in determining which queries are the most time consuming and which users are running these queries.
LAN log parser for counter-strike can be used to convert multiple names on log files to one name for every player.
psychostats and HL stats don't work on LAN because of "wrong" WON IDs. and the nametrack doesn't work too, because of those nickfakers
jxml2sql is a Java application for converting database structures in XML to other formats useful for database administration (ie. SQL for table creation, HTML for reference docs). jxml2sql uses a minimalistic, non-validating, Java XML parser (NanoXML).
"SQL for dbase" is a SQLparser that allows you to execute SQL commands against a dbase database. It is made to make it easier to extract data from those databases with a common database language. The parser is written in PHP as a PHP function.