SwiftData icon indicating copy to clipboard operation
SwiftData copied to clipboard

Simple and Effective SQLite Handling in Swift

Results 32 SwiftData issues
Sort by recently updated
recently updated
newest added

How create a database? ... Much examples incomplets ... Need a project using all functions ...

Data insertion was causing a crash at line number 1307 Data conversion was not in the hex string format and converted string was something like this "{ length = someLength,...

Updated SwiftData for swift 3.0

// // SwiftData.swift // // Copyright (c) 2015 Ryan Fowler // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and...

I notice that you're writing dates using `NSDateFormatter`. I'd really encourage you to specify a timezone for your formatter in case the timezone of the device changes at any point....

Please consider to upgrade to swift 3.

GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1

@ryanfowler I want to add column name in existing database table. How can I add it by using this library. ################# Update: I have sorted out this problem by adding...

Hello sir, Below i have share your Insert statement. This query i am using in my project for offline but there is a problem what i face right now. The...

I have an app that downloads bunch of data and saves it into DB, I save this data in transaction in background thread. I also make simple SELECT queries from...