Skip to content

Releases: Cyberbolt/CyberDB

0.9.3

30 Jun 12:01
Compare
Choose a tag to compare

Fix AsyncIO issues.

0.9.2

18 May 04:31
Compare
Choose a tag to compare

Fixed CyberDB not working with other asyncio programs.

0.9.0

01 Apr 14:42
Compare
Choose a tag to compare
Switch algorithm to AES-256-GCM, cancel SHA-256 signature.

0.8.0

01 Apr 10:05
Compare
Choose a tag to compare
Dependency update obj-encrypt==0.6.0

0.7.1

31 Mar 10:40
Compare
Choose a tag to compare

Added an incorrect password prompt.

0.5.0

31 Mar 06:17
Compare
Choose a tag to compare

Cancel the base64 encoding and add an error message that the proxy is not connected.

0.4.5

30 Mar 14:17
Compare
Choose a tag to compare

doc update

0.4.2

30 Mar 08:36
Compare
Choose a tag to compare

Add a note.

0.4.1

30 Mar 05:05
Compare
Choose a tag to compare

Output address when CyberDB starts.

CyberDB

26 Jan 15:15
1753733
Compare
Choose a tag to compare

CyberDB is a main memory database of Python. You can use Dictionaries, Lists as data storage and it supports data persistence. Inter-process communication through Socket TCP has extremely high performance. In addition, you can customize your own data structure based on this module to support Gunicorn inter-process communication, distributed computing, model deployment of machine learning, etc.