General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.
Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
Try 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.
Most mysql useres will miss the "replace into" feature on oracle.
Most mysql useres will miss the "replace into" feature on oracle. So here is a way to generate a PL/SQL Package from a given table for doing upsert/"replace into". As an improvement you will get back the new or updated primary key (if one is used).
DBmanager is a PHP based software, developed for quick MySql database dump and manipulation by SQL. v1.5 compatibile with PHP 5.3. Export to SQL, XML, CVS.
DaFT is a frontend to any database that can be connected via ODBC. It provides list views of tables and columns, table view of data, SQL editor, CSV,HTML,SyLK,XLS data format export, and functions for copying data between two ODBC databases.
This project hosts a couple of XSL files which enables you to migrate data from MySQL to Microsoft SQL Server with minimal efforts. You simply dump the MySQL file using the -X XML option, and then use these XSL's to generate the SQL scripts
The Netbeans IDE Plugin automatically generates SQL Code (currently for MySQL, PostgreSQL and JavaDB (Derby)) and Java database methods (Delete, insert into, update etc. for the created table) from the local variables of a Java class.
DbViz produces plots of data contained in MySQL databases. Data can be viewed by looking at line graphs, xy scatter plots, and bar graphs. This greatly simplifies data analysis.
Tired of table-coded design on your website? Tired of blurry source code, virtually impossible to maintain? Then give meltCMS a try. A fast, efficient, save and extremely flexible Content Management System. XHTML-, CSS-, mySQL- and XML-based.
Full-stack observability with actually useful AI | Grafana Cloud
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.
DBOW is a database compiler-compiler or front-end. It takes table definitions in a relatively high-level language and prepares C, C++, PHP, Perl (etc) functions for manipulating the database. It will also produce SQLtable data for MySQL.
You can admin a SQL Server with php, like PHPMyAdmin for MySQL
Github repository: https://github.com/miguelaxcar/PHP-MSSQL-Server-Admin
Web based tool written in PHP by Luiz Miguel Axcar to build and run queries on a remote or local MSSQL (Microsoft SQL Server). Support for SQL code highlight (!), table browser, field browser, TOP records, most used tables, CSV results export, etc. Most tested in SQL 2000 version.
If you find some issue ther let me know and I help you fixing it.
A 100% Java solution for manipulating any JDBC-compliant database. Submits SQL and displays results in a table, analyses DB structure and table content. Runs without configuration.
BackToFront parses an SQL file describing a database with a number of CREATE TABLE statements with specialised markup in the comments and generates PHP pages acting as a web front-end to the described database. Pages produced are valid XHTML/CSS.
Web-based Squirrel SQL client. it allow you to view database structure, import/export and manage your databases, including create database, table, store procedure, view,trigger and user. it support oracle, db2, mysql, MS SQL server, FireBird,Postgres
A simple application that will accept a file of SQL statements to execute. Statements are delimited with semicolons and simple error checking done. The application is intended to automate database creation and initial table content loads
Python library provides the briefest way to construct SQL queries in JSON form. Simple example: ('*','table',id:[1,3]) is Select * from table where id in [1,3]. Sqlalchemy patch module is provided to extend sqlalchemy with convenient jsonSQL meth
This plugin adds to RoundCube the ability to easily give different permissions to users by creating a roles table and assigning users to it. This and other plugins may use its public function to register permissions and admin them with this plugin.
Yet Another Persistance System is a framework for object persistance in C# that stores wide class of C# objects into a relational database without a need for ANY REDUNDANT CODING, such as object-table maping, writing SQL commands etc.
Abstracts developers from SQL syntax, with methods that return Strings to pass on to JDBC, thus allowing compile-time checking for, many, otherwise run-time bugs. e.g. stmt.executeQuery(SqlWrapper.selectId(ordersTable, customerColumn, "John Smith")
EntityCloud is a fully typed ORM (Object Relational Mapping) library for .NET 4.0. The main strength of EntityCloud is the ease of use and is designed to relieve the programmer from the tedious and error-prone tasks, making it very intuitive to use.
This project is actually a java database reporting tool and main goal of this project is end user can create the report(s) without sql knowledge.This project is under development some of the features is not available & will be available very soon.
A fast performing utility application written in C# .net 3.5 for data administrators or developers working with SQL Server. See features and screen shots for more information. This utility application works with SQL Server 2005 or SQL server 2008.
Made with Gambas2. Output in HTML format from MySQL tables or SQL querys. It uses .CSS code for presentations. Reports can be saved in a auto-created table and customized by user. Also can print labels in .ps format form a stored label's report.
A project to develop parsers for sql code and generate appropriate orm aware java/as code. Current version generates 1. java code with dao and dto to interface with SmartFoxServer java api. 2. as3 code (attribute list) 3. parse mysql 5.0 create table
It created a small modeling tool for PHP. It is very easy to use. It generate code classes of PHP. On the basis of class, we require database table to store and fetch data. It also write SQL code to create table.