Switch to: V12V11V10V9V8V7V6V5

SQLite Classes in V4RB

V4RB plugin when used for SQLite database provides both:

  • access to LOCAL SQLite databases.
  • access to remote Valentina SQLite Server.

We do our best efforts to provide:

  1. similar API for SqliteDatabase and VSqliteDatabase classes
  2. similar API for local and remote work

so you can:

  1. easily migrate existed code of your Xojo app from built-in SQLite classes to Valentina SQLite implementation
  2. have the same code working with both local and client-server SQLite databases