767 projects tagged "SQL"
The YB.ORM library aims to simplify writing C++ code that has to deal with SQL databases. The goal is to provide a convenient interface like SQLAlchemy (Python) or Hibernate (Java). The library itself is cross-platform and supports a variety of SQL dialects: SQLite3, MySQL, Postgres, Oracle, and Firebird. Integration with Boost, Qt4, and wxWidgets is built-in. In a typical usage scenario, you would describe your database schema and table relationships in a simple XML-based format, generate SQL code to populate database schema with tables, generate C++ classes, add application-specific logic to the classes, and use these classes in cooperation with the Session object to query objects from the database, create new or modify/delete existing objects, or link and unlink objects using relations. Simple serialization to XML is supported along with connection pooling.
QueryFS is a FUSE-based virtual filesystem that is based on queries. There are plugins to parse various query syntaxes and each query creates a virtual directory. Currently the most elaborate query language is SQL-based; you can either provide access to data stored in an SQL database, or keep an index of files in the SQL database and generate search directories with symlinks to found files. QueryFS and its SQL2 query DSL fully support creation of refinable searches: for example, the author has an index of downloaded email files; one can see all the distinct senders registered in the DB and then go into a directory of one sender and see all accounts that ever received an email from this sender.
Arcavias is an e-commerce framework for Web shops, consisting of an e-commerce library, an administration interface, and different frontends. It's a modular stack which offers flexibility and speed. Unlike other Web shops, it's not a monolithic application. Instead, you have a choice between several user frontends, and you can adapt them to your needs or write one of your own.
LocalTools is a suite of small tools for use on a local ('localhost') Apache, MYSQL, and PHP installation. It provides feedback on an "AMP" environment, allows for the runtime evaluation of PHP and Javascript code, runtime querying of MySQL, and the editing of local files (with the SEEFU editor).
Andrisoft WANSIGHT is a fully featured network traffic analyzer and collector. It provides in-depth traffic analysis, traffic accounting, and bandwidth monitoring, and enables you to generate complex traffic reports, graphs, and tops, instantly pin down the cause of network incidents, understand patterns in application performance, and make the right capacity planning decisions. It supports 10GbE packet sniffing and NetFlow, sFlow, and IPFIX.
Marsk Article Directory lets you build, manage, and run an article directory with ease. It comes with everything needed to let visitors submit and modify articles, supports an unlimited number of categories, and is highly customizable and completely re-brandable. It includes visitor control panels, money-making features, custom data fields, Google Maps support, many social plugins, RSS feeds, advert/banner rotators, HTML generation, article ratings and comments, mailers, and more.
AlphaLemon CMS is a content management system built on top of the Symfony2 framework. It is designed to make it as easy as possibile to manage a Web site without requiring programming or a large learning curve, while giving developers a robust and flexible framework on which to build Web applications and distributable extensions.
Beer Watch allows you to place a temperature probe in your beer wort and perform an action if your wort temperature falls below a certain value, like click a relay on to turn heat on. It was developed using the GPIO from the Raspberry Pi. The install file includes pictures and descriptions to complete the wiring (AC and DC).