Projects tagged ‘database’ and ‘generator’


Jump to tag:

Projects tagged ‘database’ and ‘generator’

Filtered by Project Tags database generator

Refine results Project Tags code (7) framework (7) php (6) data (5) sql (5) mysql (4) tools (4) schema (4) generation (4) testing (3) orm (3) access (3)

[27 total ]

76 Users
   

Propel is an object persistence and query service -- which means that Propel provides a system for storing objects to a database and a system for searching for and restoring the objects from the ... [More] database. Propel enables you to perform complex queries and database manipulations without writing a single SQL clause. [Less]
Created over 3 years ago.

15 Users
   

AndroMDA is a code generation framework that follows the model driven architecture (MDA) paradigm. It takes a UML model from a CASE-tool and generates classes and deployable components (J2EE or other).
Created over 3 years ago.

2 Users

Goal of oraschemadoc is "JavaDoc" style detailed documentation for all objects in schema covering Oracle specific features. Result of execution of oraschemadoc is set of static XHTM files mainly - more output formats in progress.
Created over 3 years ago.

1 Users

Lightweight framework for heavy lifting With Evolutility, you can build database CRUD web applications for ASP.net and SQL Server simply by describing their metadata (UI and DB mapping)... without ... [More] any hand coding necessary. http://www.evolutility.org [Less]
Created 10 months ago.

1 Users
 

gstpl - The Swing Timetable PLatform manages hundreds of rooms, people and its subjects within a nice GUI. The upcoming release 0.0.7 provides the user to autmatically generate an optimized ... [More] timetable with less gaps and collisions. Where a collision would be a situation, where one person should visit two different subjects. All the data objects will be stored in a database of your choice: db4o or any sql based database you like, which is accessible by cayenne. You will need at least java runtime env. 1.6. [Less]
Created over 3 years ago.

1 Users

Created 8 months ago.

0 Users

fwSqlSchema: A FlexWiki plugin for generating schema documentation on the fly for a SQL Server 2000/2005 database via the various metadata facilities available in Microsoft's SQL Server RDBMS product. ... [More] The plugin understands and can display table definitions (including primary/foreign key relationships, NULLable fields, and default values), stored procedure definitions, lists of objects, object dependencies, and data dumps (tables of data formatted for easy readability). Object definitions and data dumps can be presented as a real-time perspective into the state of a database schema, all by writing only a line or two of code in FlexWiki's native scripting dialect, WikiTalk. [Less]
Created 12 months ago.

0 Users

Originator believes the syntax of database creation is too wordy. ghostDBscript is an attempt to shorten that language to increase understanding and decrease errors. Will convert and execute ... [More] simplified database creation script. Engine inspired by Haml and implemented in C# .NET 2.0. Currently words for SQL Server 2005 database, other database types to be created later. For example: # { localhost, DBScriptTest } # { :host localhost, :base DBScriptTest, :user testuser, :pass testpass, :port 1234 } ' Both accepted . User + Username { 50, !null } + Password { 50, !null } + InsertDateTime { datetime } + UpdateDateTime { datetime } + Active { bool } + Attempts { int } => User { TestUser, xyzzy } => User { TestUser2, password, 11/30/07, "11/30/07 15:30" }Will do: 1.) Connect to SQL Server on localhost, connect or create database DBScriptTest. 2.) Create table via the following script: a.) Notice that ID will be created automatically (overridden by :noid) CREATE TABLE [User] ADD COLUMN ID int identity not null primary key ADD COLUMN Username varchar(50) not null ADD COLUMN Password varchar(50) not null ADD COLUMN InsertDateTime datetime ADD COLUMN UpdateDateTime datetime 3.) Insert data via the following script: INSERT INTO [User] ('TestUser', 'xyzzy'); INSERT INTO [User] ('TestUser2', 'password', '11/30/07', '11/30/07 15:30:00');Notes: This project was originally named dbScript, but found a similar PHP project at SourceForge. Projects seem cooler with the word 'ghost' in them. Revisions v1.1 - Simplified example code. Not implemented yet in actual code. Showed script to a friend and she didn't see the immediate benefit. That means the script reads too length. Must simplify. v1.2 - More dreaming. [Less]
Created 12 months ago.

0 Users

Persephone is a data abstraction mechanism. Its purpose is to remove all the tedious parts of working with databases and lets you focus on real code. Standard searching, loading, and saving of data ... [More] to/from databases is handled automatically -- along with protection for data types and incorrect operations. Beyond persistence Persephone can also generate HTML listings and Forms for your data. Unlike ActiveRecord style systems, Persephone assumes you have a lot of existing code and/or and existing database and have no ability, nor desire, to completely replace it. Thus Persephone operates in a miminally invasive manner, by being very clear about what it is doing, and operating happily alongside alternate solutions. There are no method assumptions, no prescriptive behaviours, and basically nothing that will make curse the solution. Currently Persephone supports PHP code generation. Other targets are possible, the source schema language is not PHP specific. [Less]
Created about 1 year ago.

0 Users

This tool will generate the Controller Model and View from a given table. I tried to be as generic as possible so this should work for everybody. This is an updated release, it should work out of ... [More] the box. Just put it into your htdocs/www directory and configure the database.php file. [Less]
Created 7 months ago.