mirror of
https://github.com/penpot/penpot.git
synced 2025-06-06 16:31:39 +02:00
🎉 Add version 4 of blob encoding.
The version 4 starts using the hight performance fressian binary encoding with very lightweight compression layer.
This commit is contained in:
parent
a9904c6ada
commit
219f9c478d
12 changed files with 338 additions and 24 deletions
|
@ -27,14 +27,16 @@
|
|||
com.zaxxer.hikari.HikariConfig
|
||||
com.zaxxer.hikari.HikariDataSource
|
||||
com.zaxxer.hikari.metrics.prometheus.PrometheusMetricsTrackerFactory
|
||||
java.io.InputStream
|
||||
java.io.OutputStream
|
||||
java.lang.AutoCloseable
|
||||
java.sql.Connection
|
||||
java.sql.Savepoint
|
||||
org.postgresql.PGConnection
|
||||
org.postgresql.geometric.PGpoint
|
||||
org.postgresql.jdbc.PgArray
|
||||
org.postgresql.largeobject.LargeObject
|
||||
org.postgresql.largeobject.LargeObjectManager
|
||||
org.postgresql.jdbc.PgArray
|
||||
org.postgresql.util.PGInterval
|
||||
org.postgresql.util.PGobject))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue