yahoo / squidb

SquiDB is a SQLite database library for Android and iOS
https://github.com/yahoo/squidb/wiki
Apache License 2.0
1.31k stars 132 forks source link

procedure in squidb just like sql #281

Closed ujagarsingh closed 6 years ago

ujagarsingh commented 6 years ago

I am using squidb database in cordova application. that application for android and ios. java code is compile by j2objc for IOS application where i use squidb. now i want to use procedure (like SQL procedure).
now can i user procedure in squidb and how. please help me it's urgent.

sbosley commented 6 years ago

Sorry @ujagarsingh, I'm afraid I don't understand what you're asking. If you're just asking about building SQL queries, you can find documentation on our query builder on this wiki page: https://github.com/yahoo/squidb/wiki/SquiDB's-query-builder. If you're asking something else, please join our chat channel at https://gitter.im/yahoo/squidb and we can try to help you (we use GitHub Issues for bug reports or feature requests, but it's not a great place for extended discussion or support).