Simple Project List Software Map

506 projects in result set
LastUpdate: 2014-04-01 23:19

Pomm

Pomm is an object oriented database access framework. It is not an ORM, it is an Object Model Manager.
It offers an alternative approach from an ORM to using databases in Web development. It allows developers to leverage PostgreSQL's features to shape data structures which fit business processes while keeping an eye on performance.

(Machine Translation)
Database Environment: PostgreSQL (pgsql)
라이센스: MIT/X Consortium License
프로그래밍 언어: PHP
주제: Freecode.com
LastUpdate: 2011-09-04 09:28

MSS Code Factory

MSS Code Factory is a rule-based expert system for translating application models to source code.

(Machine Translation)
LastUpdate: 2022-01-19 03:46

Vtiger CRM

vtiger CRMプロジェクトは、インストールが簡単で、業務に耐えうる、ビジネス対応のオープンソースCRMを提供します。これは、リッチなUI、レポート、複数のデータベースタイプのサポート、販売管理、在庫管理などを提供しています。デモをご利用いただけます。

LastUpdate: 2010-04-12 21:54

Bricolage

Bricolage greatly simplifies the complex tasks of creating, managing, and publishing vast libraries of content. With advanced features such as fully-configurable workflows, customizable document types, and comprehensive Perl and PHP templating support, it has been designed from the ground up to scale to meet the demanding needs of large organizations around the world.

(Machine Translation)
LastUpdate: 2011-01-24 11:52

FluxBB

FluxBB is a fast, light, user-friendly forum application for Web sites. It was originally based on PunBB and supports UTF-8, XHTML, and internationalization, and leaves out some of the less than essential features of other forums without sacrificing essential functionality or usability.

(Machine Translation)
LastUpdate: 2012-03-28 21:28

Dominion

Dominion v8 is a PHP universal database abstraction layer to develop rapid portable and compatible applications connecting to any freeware or commercial databases. You no longer need to write proprietary SQL sentences, but can use portable objects that give you the power to change the database engine without rewriting a single line of code.

(Machine Translation)
LastUpdate: 2012-08-28 21:50

SCMS

SCMS is an MVC based secure content management system. It is designed from the ground up to withstand common Web application vulnerabilities such as SQL injection, XSS, CSRF, session fixation/hijacking, and many others. It is designed for PHP 5.0-5.2.x and MySQL 4.1+, and it can optionally support PostgreSQL as a database backend.

(Machine Translation)
LastUpdate: 2013-12-05 22:21

Pyrseas

Pyrseas provides a framework and utilities to upgrade and maintain a relational database. It currently includes the dbtoyaml utility to create a YAML description of a PostgreSQL database's tables, and the yamltodb utility to generate SQL statements to modify a database to match an input YAML specification. It also aims to develop data administration tools to supplement an agile database development process.

(Machine Translation)
LastUpdate: 2014-02-02 15:33

vmm

vmm is an easy-to-use and configurable commandline tool for administrators and postmasters, used to manage domains, alias-domains, accounts, and relocated mail users. It allows fast and easy management of mail servers. It's designed for installations using Dovecot and Postfix with a PostgreSQL backend.

(Machine Translation)
LastUpdate: 2014-03-27 07:01

Grenouille

Grenouille is an online service for weather data. All data can be obtained in JSON and displayed on a map. The Web application is based on Flask and uses PostgreSQL. It can be deployed on Heroku. An example of a client for the Yocto-Meteo sensor is provided.

(Machine Translation)
Database Environment: PostgreSQL (pgsql)
운영 체제: Linux
프로그래밍 언어: Python
주제: Freecode.com
LastUpdate: 2013-06-19 20:51

YB.ORM

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.

(Machine Translation)
LastUpdate: 2013-08-26 23:29

Neddick

Neddick is part of the Fogcutter suite of tools for building intelligent applications. Neddick provides tools for tagging, ranking, discussing, and discovering various sources of knowledge: Web-links, documents, people, etc. It's over-simplifying a little bit, but think of Neddick as sort of a combination of Reddit, Delicious, and Planet. It also includes a powerful search engine and a recommendations engine, and it lets you categorize, rate, tag, filter, discuss, and discover knowledge in ways that most enterprise search applications can't.

(Machine Translation)
LastUpdate: 2012-07-25 20:52

BitNami LAPPStack

BitNami LAPPStack Native Installer is an easy-to-install environment to develop and deploy PHP applications. It includes pre-configured, ready-to-run versions of Apache, PostgreSQL, PHP, and phpPgAdmin. Amazon AWS PHP SDK makes it easier to develop PHP applications that run on Amazon Web Services. The AWS PHP SDK includes the AWS PHP library, code samples, and documentation.

(Machine Translation)
LastUpdate: 2020-10-30 09:50

Use planner hints on PostgreSQL

PostgreSQL executes queries using cost-based optimizer, and sometimes fails to choose most optimized execution plan or some types of queries. In such cases, pg_hint_plan helps users to guide the planner to choose the plans they want by putting some nstructions - call them hints - in the comments prefixed to the SQL statement body. No need to rewrite statement tself nor change some GUC parameters elsewhere.

Database Environment: PostgreSQL (pgsql)
자연 언어: English, Japanese
운영 체제: BSD
프로그래밍 언어: C
User Interface: Command-line
Register Date: 2012-12-27 17:34
LastUpdate: 2013-05-06 03:45

MyWebSQL

MyWebSql is a Web based, WYSIWYG MySQL client. It utilizes modern day technologies and browsers to provide a fast, intuitive querying and editing interface to MySQL databases. It supports MySQL, PostgreSQL, and SQLite.

(Machine Translation)