Add note on license
This commit is contained in:
parent
3b265c5076
commit
6dfd1f2afd
|
@ -9,3 +9,7 @@ The default build configuration includes the [FTS5 extension](https://sqlite.org
|
|||
Additionally, the [carray](https://sqlite.org/carray.html), [decimal](https://sqlite.org/floatingpoint.html#the_decimal_c_extension), [ieee754](https://sqlite.org/floatingpoint.html#the_ieee754_c_extension), [series](https://www.sqlite.org/src/file/ext/misc/series.c), [sha3](https://www.sqlite.org/src/file/ext/misc/shathree.c), and [uuid](https://www.sqlite.org/src/file/ext/misc/uuid.c) extensions are statically linked.
|
||||
|
||||
The package also includes [shims](Sources/CSQLite/include/csqlite_shims.h) for various C functions not easily accessible from Swift.
|
||||
|
||||
## License
|
||||
|
||||
SQLite is in the [public domain](https://sqlite.org/copyright.html).
|
||||
|
|
Loading…
Reference in New Issue