Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

The database module for LiteLoader(Temporary repo)

Notifications You must be signed in to change notification settings

Jasonzyt-Archives/LiteDatabase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LiteLoader Database API

Usage

Session

Header <Session.h>
Namespace LLDB

::newSession

  • Summary: Create a session
  • Params:
    • dt: The type of the database which you want to connect
  • Return: The Session object
  • Note: The object is stored in heap. If you don't need them, plz call Session::release to release it.
  • Example:
auto sess = newSession(LLDB::SQLITE);

Session::open

  • Summary: Open the database connection
  • Params:
    • args: The ConnectionArgs object
  • Return: void
  • Throw: LLDB::Exception
  • Example
sess.open({})

About

The database module for LiteLoader(Temporary repo)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published