A database that is convenient for version iteration
Project description
前言
你可能厌倦了PyMsql的枯燥,那就看看Flyvar吧.他不臃肿,简易.基于Python3构建
安装
Flyvar的大小可能出乎你的,他的源码只有12K左右。并且没有依赖超过三个需要安装的库.
在Pip安装
pip install flyvar
服务端
Flyvar与Mysql一样,需要服务端和客户端。需要客户端通过连接服务器来操作数据,当然也可以把服务端放在与客户端在一个主机上!
Server类
import flyvar
db = flyvar.Server(host='127.0.0.1',port=18012)
Server类是整个服务端的对象,他可以帮助服务端运行和处理事务.可以在赋值时指定运行的端口
Server.run()
import flyvar
db = flyvar.Server()
db.Run()
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
flyvar-1.0.6.tar.gz
(3.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file flyvar-1.0.6.tar.gz.
File metadata
- Download URL: flyvar-1.0.6.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
31a3eebe04d5bce81079bf2365f4c2d16fe76befac35b5ed1914d8fc9b48f941
|
|
| MD5 |
cb8be847e0865e889b2537bfe0b32469
|
|
| BLAKE2b-256 |
5d949efa52d87fe2080ef766661e3e213666f829442e741cc6dd0a04b40dd77a
|
File details
Details for the file flyvar-1.0.6-py3-none-any.whl.
File metadata
- Download URL: flyvar-1.0.6-py3-none-any.whl
- Upload date:
- Size: 8.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b94b4ae3b92f1799f1d04546f916baf0d361cd11814e83c646524b1c9827a455
|
|
| MD5 |
dc640ff184740d7713a4fab10a025d57
|
|
| BLAKE2b-256 |
5c390473ce19831372104bc440ed9753eb1b461c1daaac85c5e0aa45f4a314a5
|