Golang ORM with focus on PostgreSQL features and performance
Basic types, integers, floats, string, bool, time.Time, net.IP, net.IPNet. All struct fields are nullable by default and zero values (empty string, 0, zero time, empty map or slice, nil ptr) are marshalled as SQL NULL. pg:",notnull" is used to add SQL NOT NULL constraint and pg:",use_zero" to allow Go zero values. sql.NullBool, sql.NullString, sql.NullInt64, sql.NullFloat64 and pg.NullTime.
RedisView is a redis database gui tool, provides simple add, delete, alter and basic commands, supports cluster mode.Copy set or cluster mode only need to fill out an IP and port.
1.Redis database view tool, providing CURD functionality
2.provide basic command operation
3.support singleton and replication and cluster model
4.suppport subscribe and publish mode
5.support batch delete
6.Support tens of millions of orders of magnitude, fast speed
7.Support set language and encoding
Source code: https://github.com/cc20110101/RedisView
More use information: https://blog.csdn.net/cc20110101/article/details/87301562
.Net-Control for PDF creation with dynamic Content. It includes a WYSIWYG-Editor to design the PDF-Documents and a Interface to Link SQL-Queries with Fields on the PDFs. Databases are Access(OleDb), MySql(-Client), MS Sql(-Client), all Odbc. Uses itext.
vb Joker is a small interactive application that allows user to upload their jokes and download jokes from the massive user create joke database.
Client-side is made in Visual Basic
Server-side is programmed in PHP and MySql
Basic PostgreSQL client applications for Windows. It includes native win32 SQL terminal and backup tools, psql and pg_dump with gzip, for execution of SQL scripts and access to PostgreSQL servers remotely by administrators and end users.