Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

What is a VDB file?

It stands for visual database file - it’s a simple way to describe the tables within a database which then makes it easier to work with databases within Iguana X.

Iguana includes a GUI editor which allows you to easily create or edit VDB files, defining tables and their key fields. You can also look at VDB files without an editor in a very simple to read JSON format.

Screen Shot 2024-02-08 at 1.05.39 PM.png

Note: It is recommended that column names do not contain spaces (ex. First Name). If column names have spaces, db.merge will not be able to be used and instead will have to write and execute SQL statements from the Translator.

If you want to use merge spaces in column names you can also use the custom merge module (though you may need to modify the code) https://help.interfaceware.com/v6/customize-custom_merge-lua-for-table-and-field-names-with-spaces

  • No labels