Top Database Management Software for Linux
As its name suggests, wsrep patch for MySQL is an open source patch for the MySQL database designed to use wsrep replication providers to form a cluster.The wsrep API is an abstract replication interface that supports true multi-master capability,...
The Groovy project is a dynamic and agile language for the Java 2 Platform, which has many of the features that people like so much in languages like Python, Ruby and Smalltalk, making them available to Java developers using a Java-like syntax.Groovy is...
Vino is not ORM. Yes, it's true, it's not ORM.Get StartedA quick view with Vino:# setup# db = Vino('engine://user:passwd@host:port/database')db = Vino('sqlite://db.sqlite')# querydb.table('user').find(username='lepture').fetch()#...
PyODBCSQLServer2000Database is an SQL Server 2000 driver for the DatabasePipe package via ODBCWhat is new in this release:Obfuscation functionality
What is new in version 0.2.0:Updated requirements to work with DatabasePipe...
jongos is a tool to run and load file JSON automaticly: python jongos.py < file_name.json >.Load JSON file> db.load("file_name.json")Refresh current loaded JSON file> db.refresh()Save current in-memory db into current loaded JSON file> db.save()Save query...
NCBI C++ Toolkit provides free, portable, public domain libraries with no restrictions use. It works on Unix, MS Windows, and Mac OS platforms:· Networking and Interprocess Communication (IPC) library with IOSTREAM adaptors· MultiThreading...
DumpTruck is a document-like interface to a SQLite database.Quick startInstall, save data and retrieve it using default settings.Installpip2 install dumptruck || pip install dumptruckInitializeOpen the database connection by initializing the a DumpTruck...
TecUtils is a software that provides various utilities to accelerate development of programs design to use MySQL as a database and substitute the use of global variables.TecUtils contains the following modules:- mydb-...
TPDA is a classic desktop database application framework with support for Firebird, PostgreSQL, and MySQL. The goal of this project is to make database applications more flexible and accessible for every user.What is new in this release:Bug fix...
SwingSet is an Java toolkit that contains data-aware replacements for many of the standard Java Swing components. SwingSet project currently includes replacements for JTextField, JTextArea, JSlider, JComboBox, JCheckBox, and JLabel.There is also an image...