Welcome to targitdb for Visual Studio Code! This extension allows you to connect to remove TARGIT InMemory Database server as well as to connect to local .targitdb files and query information from them.
More information about upcoming features will follow!
Using
It is possible to establish connection to a database by specifying:
a path to a local .targitdb file, ie "C:\ProgramData\TARGIT\TARGIT InMemoryDB\Data\Northwind.targitDB"
a server name where database is hosted, ie "localhost". This will trigger a series of additional question regarding connection method details, credentials, as well as whether to save a password in local Secrets Storage
a connection string in the following format:
to a local file: "type=local;file=C:\ProgramData\TARGIT\TARGIT InMemoryDB\Data\Northwind.targitDB"
to a database server: "type=remote;server=localhost;port=5060;authentication=standard|windows;encryption=true|false;user=;password="
Database connections will be preserved between user sessions, it would be required to specify database password for a connection if it was not marked to be stored in Secrets Storage.