Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.
Build generative AI apps with Vertex AI. Switch between models without switching platforms.
Start Free
MongoDB Atlas runs apps anywhere
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.
Orate is a source-level tracing facility for Oracle PL/SQL. Programmers insert calls to Orate in the code and Orate captures and writes run time information to a table. These data are suitable for debugging, testing and profiling the application.
The Simplified Heuristic Export/import Management Program (SHEMP) provides a simple, table-driven framework that implements data exports, data imports and reporting for Oracle databases. SHEMP exports and imports in multiple file types, including Excel.
Standalone Java application to view any hierarchical data structures in a JTree. Keys and names to show in the tree are solely driven by SQL statements. The same applies to the additional node's data, which is shown in a separate table panel aside.
LDO's are lightweight data objects, Java classes that provide query and update access a single table or view in a SQL database. The LDO utility provides a user-friendly interface to generate that JDBC code.
Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
target of this tool is provide trasparent interface to database, for agile developemnt, code riutilization and less manutention. basic example: set('T',$data); write info in $data in table T get('T') return hashtable with all info in table T.
Eclipse SQL plug-in. Contains SQL editor and executor. Table editor, data retrieve and migration tools. Plug-in has extensions to be used in other projects that need database connectivity.
WiNCh - WsvNC is a simple read-only jdbc driver meant to get data from plain text data files (comma separated values). Columns can also have fixed length. Each data file is considered as a table and this driver offers a SQL interface over this kind of tables
Connect to DB2, Oracle, MS SQL and Mysql database.
Add, edit and remove connections.
Multiple connections simultaneously.
Load/execute SQL.
Export table/data as SQL/CSV/html.
Import data from delimited/fixed length file.
Loader with advanced option
NewfieQ manages mutable SQL queries stored in an XML source file. Base queries are modified with named boolean conditions and variables. Schemas are assigned to table names via a property file for switching between test and production on a single system.
Delphi class for managing hierarchical data in a SQL-92 database and displaying it in TTreeView component. Includes methods: display tree, add node, remove node (with subnodes) and etc. Supports several trees in the same table.
CHADDB,the CHurch ADministration Database, is a Java/MySQL-based, table-driven church managment system that enables churches of any size or structure to manage members through relationships. Web-enabled or run as native application.
oradump is a cli table dumping and sql execution tool for oracle. in dump mode it will dump selected tables to stdout in various formats. in exec mode it will read sql from a file or stdin and execute it on the remote oracle db.
mssql2mysql is a python script used to create a SQLdump from a Microsoft SQL server that is ready to use with MySQL.
Supports Schema and data dumping, including Primary Keys for each table, allows to dump all data or just a small portion of it
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
GTK-DBExplorer is a PHP-GTK multi database administration tool. It supports many DBMS's through adoDB Abstraction layer. It will have a SQLEditor with autocomplete, table editor for any DBMS and data explorer.
Oracle PL/SQL Code Generator for Table Encapsulation that would handle all DML operations. It would generate production level code for a table that could be incorporated in any application.
phpMyComparer is a tool written in PHP intended to compare MySQL tables/databases over the Web. It can compare data and/or structure of databases, can modify data/stucture of one table/database to another or make an MySQL request for this.
DataSet library is Java based library which is table form datacontainer in memory. It has fixed number of columns and varying numbers of rows. It read and write data from datasource through pluggable engines. Connection to SQL/JDBC databases is supported
MySQL Query Analyzer is a simple MySQL client written in Java. It contains GUI elements for entering a query, viewing any SQL errors, viewing query times, and a table displaying the query results. It also supports saving queries and results to disk.
RIFF Isnt a File Formatter. RIFF is a small & simple command line utility written in Python to convert text data files in another text format (like delimited, SQLdump and fixed witdh).
The DataBean package is a java library providing functionalities of mapping a database table to a Java class (databean). The instances of the databean classes can perform common database operations without using much of the ugly SQL.
MyAntarMuka is a web interface to MySQL table writen in PHP. It is simple to install and to use. Basic Features included are view, add, update, and delete record. Also included direct SQL query.
NoCre is a tool written in PHP to make creation of MySQL tables with InnoDB table type easy. You can create relations between tables easily and get the SQL queries and execute them.
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).
Tksql allows you to edit PostgreSQL and MySQL tables. You can use it from the shell prompt, specifying the name of a table, or an SQL satement, or just the name of a database. It has filter capabilities which are very easy to use. Two views are possible