Web (PHP) based Grocery List generating software that supports barcode scanning. The list is maintained in a database with remote tools for adding, editing, deleting, and printing.
Pigeon Planner aims to be a simple to use pigeon database. Add, edit, remove pigeons and view their details such as name, image, sex, colour, pedigree, relatives and results in the user-friendly interface.
Now stored at https://github.com/gregorydgraham/DBvolution
Available from Maven Central: nz.co.gregs.dbvolution
Makes relational data easy and fast to use with semantic annotations and encapsulated datatypes.
Simple declaration of a DB table:
@DBTableName("mytable")
public class MyTable extends DBRow {
@DBColumn("numeric_code")
@DBForeignKey(Code.class)
private DBNumber numericCode = new DBNumber();
@DBColumn("uid_mytable")
@DBPrimaryKey
@DBAutoIncrement
private...
Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.
Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
Very easy to use databrowser and query console for SQLite3 based on QT
This is a stripped down and improved in some features Version of the SQLite Database Browser http://sqlitebrowser.sourceforge.net/ . It's purpose is to provide a GUI to browse through and perform SQL queries to an SQLite database. It's key focus is to be very easy to use and easily documentable for the end user.
Therefore it has been stripped of all editing functions but following features have been (partially) or shall be implemented:
* View complete table with sorting by column
* Perfom SQL query to database and view result in table
* Browse schema of database in tree view
* Export to CSV File and copy4paste on table data
* Internationalization(TODO)
* Command completion for SQL queries (TODO)
* Predefinid database file to open (TODO)
Armaria is a personal database of scientific publications and other documents. It helps to store, organize, browse, view and cite scientific documents (papers, books etc.) and other types of multimedia (e.g. videos). Armaria is free and cross-platform.