Experimental Interfaces
Experimental Interfaces
Experimental And Deprecated Interfaces
SQLite interfaces can be subdivided into three categories:
- Stable
- Experimental
- Deprecated
Stable interfaces will be maintained indefinitely in a backwards compatible way. An application that uses only stable interfaces should always be able to relink against a newer version of SQLite without any changes.
Experimental interfaces are subject to change. Applications that use experimental interfaces may need to be modified when upgrading to a newer SQLite release, though this is rare. When new interfaces are added to SQLite, they generally begin as experimental interfaces. After an interface has been in use for a while and the developers are confident that the design of the interface is sound and worthy of long-term support, the interface is marked as stable.
Deprecated interfaces have been superceded by better methods of accomplis