Database Reference
In-Depth Information
YAML
YAML stands for YAML Ain't Markup Language . YAML is a human-readable data
serialization format; its official site is http://www.yaml.org. This format has no
option that we can choose from within phpMyAdmin. Here is the YAML export for
the author table:
1:
id: 1
name: John Smith
phone: +01 445-789-1234
2:
id: 2
name: Maria Sunshine
phone: 333-3333
CodeGen
This choice might some day support many formats related to code development.
Currently, it can export in NHibernate Object-relation mapping ( ORM ) format.
For more details, please refer to http://en.wikipedia.org/wiki/Nhibernate .
Texy! text
Texy! is a formatting tool ( http://texy.info/en/ ) with its own simplified syntax.
Here is an example of export in this format:
===Database marc_book
== Table structure for table author
|------
|Field|Type|Null|Default
|------
|//**id**//|int(11)|Yes|NULL
|name|varchar(30)|Yes|NULL
|phone|varchar(30)|Yes|NULL
== Dumping data for table author
|1|John Smith|+01 445 789-1234
|2|Maria Sunshine|333-3333
 
Search WWH ::




Custom Search