0
我使用TypeScript創建了Cordova應用程序。在TypeScript中使用sqlcipher
有誰知道如何在TypeScript中使用sqlcipher?
我發現這個非常有用的擴展,但我想在TypeScript中使用它。 這可能嗎?還是其他的好解決方案?
https://github.com/litehelpers/Cordova-sqlcipher-adapter
我使用TypeScript創建了Cordova應用程序。在TypeScript中使用sqlcipher
有誰知道如何在TypeScript中使用sqlcipher?
我發現這個非常有用的擴展,但我想在TypeScript中使用它。 這可能嗎?還是其他的好解決方案?
https://github.com/litehelpers/Cordova-sqlcipher-adapter
有誰知道如何使用sqlcipher在打字稿
JavaScript是打字稿。圖書館:https://github.com/litehelpers/Cordova-sqlcipher-adapter公開了一個可變的sqlitePlugin
。您可以非常方便地將它與TypeScript一起使用:
declare var sqlitePlugin:any;
而且,您將不會比僅僅使用JavaScript更糟糕。
https://basarat.gitbooks.io/typescript/content/docs/types/migrating.html