Level Up Your Cyber Defense with External Threat Management
See every risk before it hits. From exposed data to dark web chatter. All in one unified view.
Move beyond alerts. Gain full visibility, context, and control over your external attack surface to stay ahead of every threat.
Try for Free
Our Free Plans just got better! | Auth0
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.
Very small database, forked from TinySQL (but later rewritten from scratch) for the study of good software writing and Database theory knowledge. Currently works with flat (TXT) files. Will use DBF, XLS, CSV, memory tables and SQLite formats.
OraLog is a logging framework for Oracle databases. It allows Oracle developers to log debug information from their PL/SQL code and to send them to various destinations by using log appenders.
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.
Cayenne is an object-relational mapping framework written in Java. This Cayenne project at SourceForge is dedicated to hosting a legacy 1.2 release. For up to date releases please visit the new home at Apache. http://cayenne.apache.org
ORMGen is a scripting language planned to combine database definition and .NET object definition. It will also provide a plugin-style architecture to allow developers the opportunity to generate SQL code for a particular database system.
Pluggable Storage Engine Obejct-Oriented framework for MySQL 5.1. Provides a set of C++ base classes from which one descends to create a new PSE. Includes the base classes, utility code, debug code, and an example PSE based on PSE-OO called BlackhOOle.
The Genomic Diversity and Phenotype Connection (GDPC) written in JAVA uses web services to make XML formatted data publicly available. The GDPC Browser (front-end GUI) can access these services, and other applications can use the API.
SOAP-SQL generates a web service WSDL based on user-defined SQL statements with only a few lines of code. It relies on NuSOAP and PEAR MDB2 (DB abstraction layer), so it works with most any database. No PHP extensions required.
ChessDB is a free open-source chess database for Windows, Linux, Mac OSX and most UNIX and UNIX-like operating systems. ChessDB is based on code from Scid http://scid.sourceforge.net/ - a project for which there have been no updates for several years. In
Full featured AJAX web based reporting system. Written in Java / JSP. Web based reports are dynamically generated from JDBC result sets. Connects to any JDBC compliant database, most drivers already included. The Apache Derby database is embeded.
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.
JDbConvert is an command line database converter based on Java and JDBC.
It should be able to convert from any database to any database, but there are some differences between the DBMS that need to adapt every DBMS.
The Genomic Diversity and Phenotype Data Model (GDPDM) captures molecular and phenotypic diversity data. MySQL databases are used to implement the schema. This project develops software tools (written in Java, Perl, etc.) associated with this model.
Straightforward Java persistence layer. Provides automatic object/relational mapping (ORM) of Java objects to database tables. You just write Java code (no XML or SQL involved) and pBeans takes care of the database layer. It uses annotations.
A simple SQL Query -> Java Object mapping layer. Simpler than Hibernate or JDO, and much lighter weight. Compatible with the JDBC 4, EoD API from Java 6 beta.
Warren-CMS is a content management system with developer-provided file type handlers, built-in link and grouping management, and an XML interface that makes writing proprietary clients easy for developers who wish to do so.
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.