Stop Typing

Use the ants pants in code generation.

What is Metadrone

Metadrone is a code generation tool powered by a simple template syntax to output text based upon a database schema.

The goal of this project is to help developers automate mundane programming and documentation efforts as much as possible by replacing repetitive manual typing with generated textual patterns. These patterns are just plain text that have certain elements changed according to an abstract model.

 

The idea is to reduce the manual coding of user interface screens, persistence layers, ORM mappings in frameworks, stored procedures, API classes, etc. This helps with employing Agile software development practices and giving you more confidence in altering your database model to changing software requirements.

Metadrone currently only supports database schemas as information models, but future plans will support UML.

This is completely free software. No trials, no sign-up, no licencing costs to use it. Metadrone can be used and distributed freely for private or commercial use.

Overview

Connect to database

Code is generated based on a database connection. Select from a variety of databases such as SQL Server, MySQL, Oracle, or PostgreSQL.

Create template

Using a template, craft what the output will be based on the database schema objects such as tables, columns, views, or stored procedures.

Generate code

Hit ‘Build’ to generate code.

Stored procedures generated

This example demonstrates generation of SQL statements for creating stored procedures. Here the output file is opened in SQL Management Studio illustrating how columns match with the generated output.

System requirements

Metadrone is a lightweight 2 Mb standalone executable and should run on most 32 bit or 64 bit Windows systems. There are no builds for Linux or Mac OS platforms.

  • Windows 7 (recommended), or Windows Vista (SP2 recommended), or Windows XP SP3

  • Microsoft .NET Framework 3.5 SP1

Dependencies

There are no third party dependencies for the executable, although some plugins may require other installations to run properly.

Tutorial

Learn how Metadrone can save you from mundane coding.

Demo

Watch the overview.

Download

Get the app and start straight away for free.