CppDB is a SQL connectivity library that is designed to provide platform and
database independent connectivity API similarly to what JDBC, ODBC and other
connectivity libraries do. It supports Sqlite3, PostgreSQL, MySQL and as many
RDBMSs as possible via cppdb-odbc bridge.
It was written with performance, simplicity in use and locale safety as the
primary goals in mind. It also provides both explicit verbose API and brief
and nice syntactic sugar.
Oracle SQL Developer Data Modeler is a free data and database modeling tool,
providing a full range of utilities to support your data modeling needs. SQL
Developer Data Modeler can connect to any supported Oracle Database and is
platform independent.
A DBH is a convenient way to associate keys composed by characters to data
records. Any kind of digital information can go into the data record, such
as text, graphic information, database structures, you name it. The idea
behind using a DBH is to get rid of what is known as an index file in the
database world. In the DBH world, the index is built into the file format.
The AnimeNfo client with GTK support.
configuration.txt contains the configuration for server and port.
It will be read automatically by the program at beginning of execution,
so you don't have to fill the server and port value every time manually.
You can modify the configuration.txt file if necessary.
In order for the configuration.txt to work,
you have to put it in the same directory as the program.
LICENSE: GPL2 or later
The AnimeNfo client
The simplest AnimeNfo client. Written in C.
Despite being the simplest example of AnimeNfo client,
all socket operations were done in non-blocking.
LICENSE: GPL2 or later
Glue between Calendar and Ecto. For saving dates, times and datetimes
in Ecto. Instead of using the Ecto types for Date, Time and DateTime,
you can access the features of the Calendar library. With timezone
awareness, parsing, and formatting functionality.
Mongo (from "humongous") is a high-performance, open source,
schema-free, document-oriented database. A common name in the
"NOSQL" community.
GtkSQL is a graphical query tool for PostgreSQL/MySQL/SQLite. You can
work on multiple queries simultaneously:
* send the current query to the database
* add a new query
* delete current query
* rename current query
* export current query
* display the table information
* move to the next or previous query
* SQL keyword, table name and field name autocompletion
* rescan the table database.
Automatic migrations for Ecto.