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
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.
dbtdestroyer (Table Destroyer) empties database (any odbc / aliased windows / linux) tables while leaving the table structure in-tact. The data is destroyed but the field names etc are kept.
...You can explicitly specify the structure of the XML file with another easy to create XML file. XMLtoDB program parses the XML file and inserts tuples from the XML file into the DB table.
Paging, sorting and filtering data in a web environment using java, jsp and taglibs.
keywords for search engines:
page sort jdbc table j2ee performance
...It is targeted to the developers (not for DB admins) who need in development process frequently run basic set of sql scripts and get result of select statements in the table form.
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.
This is a programm which converts table schemas and datas between different odbc databases. (Actualy only converts from MS-Access -> MySQL and MS-Acces -> Oracle are supported)
This project can be applied to any Microsoft SQL Server database. It creates generic change logging triggers on selected tables, which will log all changes to a single log table.
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.
KOutPost is a PostGreSQL database management application designed especially for KDE. It provides full database and table managment as well as server control. This application fully integrates with the KInterDev IDE.
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.
The dbmap class allows the developer to Read, Browse, Insert, Update or Delete table entries on a MySQL Database with a few lines of code. Written in PHP.
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.
Cdatabase is a database application designed to fit the needs of C/PHP developers. To the user/developer it's an easy, comprehensive table/row DBMS similar to MYSQL. But truely, it maintains simplicity due to the fact that everything is flat file based.
This is a module that allows PAM aware applications to authenticate users through a MySQL database. Now configurable in terms of which host the database reside upon, which table and username and password column to interrogate.
JRower is a tool for loading database tables from flat files. You supply a XML file describing the fields in the file and their mapping to the database table columns. The data file can be a text file in CSV, delimited, fixed length, or Excel format.
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 SQL dump 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
Generate Entity Relationship Diagrams for a a database supported by the ADODB library, using PHP. The data for this ERD is kept in a table in the database.
Butler framework is a table-oriented java object model on top of JDBC that makes database programming easier. It also has a set of database aware swing components and a JSP tag library.
phpPgWeb is a library to create in a simple way an autoconfiguring web interface to postgresql databases.
It is also manually configurable.
It manage table dependences.
It manage files(large object), for example images (create automatically thumbnail.
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
Edit and Display flat file Data through CGI web page.
CGI-DB is a database system that manages its own flat-file data tables through a cgi/html interface. It also contains html tag extensions to insert table data into your own web pages. Works great in Windows, Linux, or other *nix.
This tool creates a PHP class to interface to a given database table. The PHP class is a simple relational object mapper. It maps table columns to class attributes. It provides basic CRUD methods as well as utility methods such as CSV import and export.