Connecting to more than one database

Can an Xojo Web app connect to more than one SQLite database? I don’t see any cautions in the docs about this. I’d like to add an additional SQLite database to a particular Xojo Web app. It’s a database of various SMTP servers I use, and will probably be used with other Xojo Web apps.

If it’s accepted by Xojo, is there anything I should be aware of if I choose to do this, instead of just adding another table to the current SQLite database?

You can connect to as many databases as you want, SQLite or otherwise.

Just what I wanted to hear. Thanks, as usual, Paul.