mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 07:17:32 +09:00
Dactyloidae iOS initial commit
This commit is contained in:
parent
daa6179d22
commit
7154a0497e
2123 changed files with 197052 additions and 0 deletions
1587
mobile/ios/ThirdParty/SQLite.swift/Documentation/Index.md
vendored
Normal file
1587
mobile/ios/ThirdParty/SQLite.swift/Documentation/Index.md
vendored
Normal file
File diff suppressed because it is too large
Load diff
24
mobile/ios/ThirdParty/SQLite.swift/Documentation/Planning.md
vendored
Normal file
24
mobile/ios/ThirdParty/SQLite.swift/Documentation/Planning.md
vendored
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# SQLite.swift Planning
|
||||
|
||||
This document captures both near term steps (aka Roadmap) and feature requests.
|
||||
The goal is to add some visibility and guidance for future additions and Pull Requests, as well as to keep the Issues list clear of enhancement requests so that bugs are more visible.
|
||||
|
||||
## Roadmap
|
||||
|
||||
_Lists agreed upon next steps in approximate priority order._
|
||||
|
||||
## Feature Requests
|
||||
|
||||
_A gathering point for ideas for new features. In general, the corresponding issue will be closed once it is added here, with the assumption that it will be referred to when it comes time to add the corresponding feature._
|
||||
|
||||
### Features
|
||||
|
||||
* encapsulate ATTACH DATABASE / DETACH DATABASE as methods, per [#30](https://github.com/stephencelis/SQLite.swift/issues/30)
|
||||
* provide separate threads for update vs read, so updates don't block reads, per [#236](https://github.com/stephencelis/SQLite.swift/issues/236)
|
||||
* expose triggers, per [#164](https://github.com/stephencelis/SQLite.swift/issues/164)
|
||||
|
||||
## Suspended Feature Requests
|
||||
|
||||
_Features that are not actively being considered, perhaps because of no clean type-safe way to implement them with the current Swift, or bugs, or just general uncertainty._
|
||||
|
||||
* provide a mechanism for INSERT INTO multiple values, per [#168](https://github.com/stephencelis/SQLite.swift/issues/168)
|
||||
BIN
mobile/ios/ThirdParty/SQLite.swift/Documentation/Resources/installation@2x.png
vendored
Normal file
BIN
mobile/ios/ThirdParty/SQLite.swift/Documentation/Resources/installation@2x.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 305 KiB |
BIN
mobile/ios/ThirdParty/SQLite.swift/Documentation/Resources/playground@2x.png
vendored
Normal file
BIN
mobile/ios/ThirdParty/SQLite.swift/Documentation/Resources/playground@2x.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 122 KiB |
Loading…
Add table
Add a link
Reference in a new issue