cancel
Showing results for 
Search instead for 
Did you mean: 

Connect ultralite12 database

Former Member
1,768

Hi

How to connect to ultralite12 database through code in a swift project?

Accepted Solutions (0)

Answers (1)

Answers (1)

The UltraLite interface is C++. So for now, you must write an encapsulation of your database API in C or Objective C, and call that from Swift. (This encapsulation may be simply exposing the UL APIs that you want to use, or it could be higher level and include concepts specific to your application.)