Ruby9i is a Ruby library that provides access to Oracle9i using the Oracle Call Interface. It is planned to support all major Oracle9i datatypes. If desired, its features can be accessed through a Ruby DBI-compatible API.
A command line tool to generate report output from JasperReports report definition files (.jrxml files) such as those generated by iReport, by running them against a live database. Output PDF/HTML is written to disk and can optionally be emailed.
The framework, for Microsoft Sql Server, is designed to manage users, groups, and permissions for objects defined within the scope of an application. It also consists of a .NET API for integrating the framework into Web or Form Applications.
S3 Mockup is an Amazon S3 emulator we develop for one of our projects. It can be easy embedded and used in your test framework or running as an independent service. Using this emulator you can easy setup development and QA environment.
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.
SDBC is a MS Access-like database client based on Java swing ui, able to connect to both local and network DBMS. It uses Derby for file-based database and JDBC for SQl-based DBMS.
smewebapp intends to simplify the construction of web applications for informatization of the work of SME-s (small and medium enterprises), institutions, organizations etc.
SPOPS is a robust and powerful Perl module that allows you to serialize
objects to different datastores (many SQL databases, LDAP, GDBM). It is unique in that it also allows you to apply security to these objects using a fairly simple but powerful schem
SPUnit is an application of the popular xUnit framework concept to enable unit testing of SQL Server stored procedures. The project includes a set of framework stored procedures that provide similar fixture and assertion capabilitieis to the other xUnit f
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.
SPWrapper generates java (and now python) classes able to invoke stored procedures and to execute sql statements for you: you just have to give it the stored procedure name or the sql statement.
T-SQL Script Generator for SQL Server 2000/2005 to Allow Auditing on Database Tables using Triggers and Additional tables for Auditing. SQL Audit is made up of two .NET 2.0 Assemblies: SqlAudit.dll and SqlAuditGenerator.exe.
A program written in Java that allows to generate test data for SQL databases. Constraints on the data output can be flexibly specified via a GUI. At the moment, only PostgreSQL is supported, but support for other databases can be added via metadata.
SQL Exp intend to be a cross-platform SQL query editor and executor. Aim is to display (and alter) databases structure, manage a set of user scripts, edit stored procedures and local scripts, execute (and edit; when possible) SQL statements.
The Goal is a set of crossplatform genealogy applications to import from gedcom files into your choice of SQL Databases which in turn can be used to display your familytree on a webpage or client application
SQLOrm focuses on mediating database interaction rather than shielding the user from it. SQLOrm consists of 3 major parts. A dynamic query builder. A prepared statement layer. A resultset to object graph mapper, supporting batch inserts/updates.
This is a command-line tool, written in perl, that will convert from any database supported by perl DBI that also supports the information_schema standard to a MySQL database. It was written to convert from SQL Server to MySQL.
Command line utility for gathering SQL Server information
Change connection string in configuration file and start utility to gather static and statistical information on SQL Server, databases and queries.
Short example of using:
https://www.arbinada.com/en/node/1522
lib4d_sql is a C library providing the required functions (connect, prepare, execute, ...) to write a SQL client for 4D databases. It uses the public 4D SQL protocol wich is supported by 4D products since... the version 11. It is already used by the PDO_
An open-source, SQL2-compliant, extensible, programmer-friendly set of Java 1.4 classes for parsing and representing SQL constructs as strongly-typed objects.
A Java (and maybe .NET) library of objects that objectify SQL syntax and semantics, and render to various flavours of SQL. It allows one to programmatically construct SQL in Java. It's intended use is within other DB abstractions, as a rendering layer.
A simple JDBC framework (JAR) by Jeff Smith. Employs database independent, unchecked exception code. Supports Oracle, mySQL, HSQL, and PostgreSQL--can be easily extended to new databases. See article (origninally published on Developer.com) here: http://softtechdesign.com/products/SQLExecutor/SQLExecutor.htm