With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Try free now
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.
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.
A utility that helps developers to access SQL databses and convert them to Objects. Each table in the database becomes a RecordStore Object and each Record becomes a Record Object. Multiple queries on same data generates no duplicates.
JMagallanes is an open source end user application for Olap and Dynamic Reports written in Java/J2EE. Combines static reports, pivot table and charts. It reads from SQL and other data sources.
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.
Real-time error alerts, performance insights, and anomaly detection across your full stack. Free 30-day trial.
Move from alert to fix before users notice. AppSignal monitors errors, performance bottlenecks, host health, and uptime—all from one dashboard. Instant notifications on deployments, anomaly triggers for memory spikes or error surges, and seamless log management. Works out of the box with Rails, Django, Express, Phoenix, Next.js, and dozens more. Starts at $23/month with no hidden fees.
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.
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
SQLMinus - "sqlplus minus the pain". This SQL Client (Java) is very configurable, completes table and column names upon tabbing. Completes other words and abbrevs (vi-style). Powerful auto-linking across tables. Powerful auto-joining across tables.
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.
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.
JDBC-based API to build always valid SQL statements. Other enhancements are: automatic table name and columns completions inside Java code, alias support, prepared statement parameter (?) management, SQL functions...
XDoclet module to generate MySQL and PostgreSQL DDL from class and method tags. Generates CREATE TABLE or ALTER TABLE statements. Supports all MySQL and PostgreSQL extensions. Turns .java files into .sql files.
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).
It is a windows based application that will help new users to
1. see the databases installed
2. create databases
3. delete databases
4. run queries
5. see table data etc
6. see table structure
7. See available data types
New features will be add
an API for rapidly developing Java,
desktop apps It includes a virtual desktop ,
user interface API, GUI client for management of SQL
databases,and a form design tool which allows basic
application code to be generated from a SQLtable or tables
CMaker is an utility to automatically generate Java classes which mirror a SQL database table structure. For example, if given a table TEST whose columns are defined as ( KEY CHAR(5); ELEMENT CHAR(1000); ) CMaker will generate a corresponding Test class.
Another Java-database mapper (bean to table or to query), but you use SQL directly (no query language), no complex XML mapping, and automation of JDBC routines. It contains 3 functions: 1. readwrite mapping 2. query mapping 3. DDL generator
It is a pure java database of J2ME/MIDP. You can use it in a source-code preprocessor at build-time. It provide SQL operation like create table, insert, update, delete. Just like in sqlserver.