This website requires JavaScript.
Explore
Help
Sign In
Matrix-Mirrors
/
anonymousland-synapse
Watch
1
Star
0
Fork
0
You've already forked anonymousland-synapse
mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced
2024-10-01 11:49:51 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
63677d1f47
anonymousland-synapse
/
synapse
/
storage
/
engines
History
Erik Johnston
127fad17dd
Add postgres database engine
2015-04-14 14:50:29 +01:00
..
__init__.py
Add support for postgres instead of mysql. Change sql accourdingly. blob + varbinary -> bytea. No support for UNSIGNED or CREATE INDEX IF NOT EXISTS.
2015-04-14 13:53:20 +01:00
maria.py
Use case sensitive collations
2015-04-10 18:46:33 +01:00
postgres.py
Add postgres database engine
2015-04-14 14:50:29 +01:00
sqlite3.py
Handle the fact that in sqlite binary data might be stored as unicode or bytes
2015-04-10 13:41:54 +01:00