This website requires JavaScript.
Explore
Help
Sign In
ISAR
/
rusqlite
Watch
3
Star
0
Fork
0
You've already forked rusqlite
mirror of
https://github.com/isar/rusqlite.git
synced
2024-11-22 16:29:20 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
646c9c122b
rusqlite
/
libsqlite3-sys
/
wrapper.h
6 lines
98 B
C
Raw
Normal View
History
Unescape
Escape
Add support for linking to winsqlite3 Signed-off-by: Nazar Mishturak <nazarmx@gmail.com>
2020-08-18 06:33:50 +08:00
#
ifdef BINDGEN_USE_WINSQLITE3
#
include
<winsqlite/winsqlite3.h>
#
else
Update libsqlite3-sys to run bindgen at build time
2017-02-08 09:37:52 +08:00
#
include
"sqlite3.h"
Add support for linking to winsqlite3 Signed-off-by: Nazar Mishturak <nazarmx@gmail.com>
2020-08-18 06:33:50 +08:00
#
endif
Reference in New Issue
Copy Permalink