Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.08 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.08 KB

foxy

ATTENTION: This is not a safe system! We are using pickle to safe our databases. But if you want to help us you can make it safe :)

First of all, if you need more help you can go to /docs and read more READMEs.

What is foxy?

Foxy is a system for easy and fast databases. I want to make databases easy for python beginners (and everybody else too). So they have all a way to create databases without using sql. In my vision of future, beginners need a easy and comfortable way into databases, python and other languages.

SO LET US CREATE A SAFE AND EASY DATABASE SYSTEM

install

Maybe, i will do a PyPi package in a few weeks

git clone https://github.com/DoctorFuchs/foxy.git

so now you can work on it

CODE OF CONDUCT

Read them in our Code of Conduct :D

What makes foxy better than sqlite3?

Foxy is a young project, so there is only one point. Foxy is easier to read and write. But also on bruteforce test, the foxy database is faster than sqlite3.