https://github.com/naxam/fmdb-ios-binding
Xamarin Binding Library - FMDB
https://github.com/naxam/fmdb-ios-binding
bindings fmdb xamarin xamarin-ios-binding
Last synced: about 2 months ago
JSON representation
Xamarin Binding Library - FMDB
- Host: GitHub
- URL: https://github.com/naxam/fmdb-ios-binding
- Owner: NAXAM
- License: mit
- Created: 2017-06-16T04:37:44.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-17T03:08:31.000Z (almost 9 years ago)
- Last Synced: 2025-06-09T03:44:03.862Z (about 1 year ago)
- Topics: bindings, fmdb, xamarin, xamarin-ios-binding
- Language: Objective-C
- Size: 226 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FMDB - Xamarin iOS Binding Library
For detail of how to use this library, please refer to its [original guideline](https://github.com/ccgus/fmdb)
This binding library is intend to use as a lib including for other bindings.
For SQLite in Xamarin, plz use SQLite.NET for much better stability and APIs.
```
Install-Package Naxam.FMDB.iOS
```