[ann] SST (SQL Schema Transformer) Project
- From: Volkan YAZICI <volkan.yazici@xxxxxxxxx>
- Date: Wed, 24 Sep 2008 07:52:33 -0700 (PDT)
Hi,
I've just released the first public release of SST[1] (SQL Schema
Transformer) which we have been using in production since a couple of
months. SST is a Common Lisp program that transforms an s-expression
based database schema format medium into appropriate SQL commands for
specified RDBMS. SST is capable of
* Dividing produced queries into logically separate (schemas,
tables, primary keys, foreign keys, indexes) files.
* Customized (and extendable) identifier formatters. (You can
adopt a naming scheme you prefer to name tables, indexes, etc.)
* FOREIGN KEY data type mismatch detection.
* Invalid FOREIGN KEY reference detection.
* Missing index detection for ON DELETE/UPDATE CASCADE references.
* FOREIGN KEY reference auto-completion. (You don't need to supply
column of the referenced table. SST infers it for you.)
See README[2] file further details.
Regards.
[1] http://www.cliki.net/sst
[2] http://www.students.itu.edu.tr/~yazicivo/files/sst.README.txt
.
- Follow-Ups:
- Re: SST (SQL Schema Transformer) Project
- From: Andy Chambers
- Re: SST (SQL Schema Transformer) Project
- Prev by Date: Re: Reddit and commercial Lisps
- Next by Date: Re: sbcl bug in ppsition and/or find with :start, :end and :key
- Previous by thread: [ann] cl-net-snmp 5.5
- Next by thread: Re: SST (SQL Schema Transformer) Project
- Index(es):
Relevant Pages
|