Skip to content

First release

Choose a tag to compare

@na2axl na2axl released this 20 Aug 22:50
· 99 commits to master since this release

First release

Features

  • Database management with servers, databases and tables
  • Secure connections to servers with username and password
  • Easy custom query language
  • Object oriented, with a PDO-like syntax
  • Support for PRIMARY and UNIQUE keys
  • Supported JQL queries:
    • select()
    • insert()
    • replace()
    • delete()
    • update()
    • truncate()
    • count()