Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 334 Bytes

File metadata and controls

14 lines (11 loc) · 334 Bytes

KLib.Demo.NativeAot.SqliteLowLevel

demo for .net nativeaot pinvoke static lib sqlite lowlevel api

演示.net nativeaot 静态链接SQLite.lib并进行api调用 为调用wechat进程里的sqlite functions做准备

包括以下调用测试

  • sqlite3_exec和callback
  • sqlite3_get_table
  • sqlite3_prepare 进行blob写入和读取