Re: wxEDB
- Posted by Matt Lewis <matthewwalkerlewis at gmail.com> Dec 09, 2005
- 562 views
Alex Chamberlain wrote: > > Is there any chance there may be a way of printing the basic structure etc of > a database from EDB in the future? Maybe. The printing capabilities of wxEuphoria are pretty immature, currently. It should be fairly easy to give you the schema of a database, however. Since there aren't any formal foreign key relationships in EuSQL, it's simply a printout of the tables with field names, data types and indices. Could you be a little more specific in what you'd like to see? Matt Lewis