{"id":15662326,"url":"https://github.com/prodesire/memlite","last_synced_at":"2025-08-25T13:25:52.521Z","repository":{"id":201101568,"uuid":"67421025","full_name":"Prodesire/MemLite","owner":"Prodesire","description":"A fast, pure-Python, untyped, in-memory database engine, using Python syntax to manage data, instead of SQL, inspired by PyDbLite.","archived":false,"fork":false,"pushed_at":"2017-10-09T16:59:23.000Z","size":4,"stargazers_count":20,"open_issues_count":0,"forks_count":8,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-31T00:41:16.962Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Prodesire.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2016-09-05T12:58:09.000Z","updated_at":"2024-09-26T14:35:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"a4eca205-166c-4eab-a771-d0c0b734969c","html_url":"https://github.com/Prodesire/MemLite","commit_stats":null,"previous_names":["prodesire/memlite"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prodesire%2FMemLite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prodesire%2FMemLite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prodesire%2FMemLite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prodesire%2FMemLite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Prodesire","download_url":"https://codeload.github.com/Prodesire/MemLite/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252591492,"owners_count":21773119,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-03T13:31:48.114Z","updated_at":"2025-05-05T23:24:23.939Z","avatar_url":"https://github.com/Prodesire.png","language":"Python","readme":"MemLite\n=============\n\nMemLite is\n\n* a fast, pure-Python, untyped, in-memory database engine, using\n  Python syntax to manage data, instead of SQL, inspired by PyDbLite.\n\n\nSupported Python versions: 2.6-2.7\n\nInstallation\n---------------\n\n.. code-block:: bash\n\n   python setup.py install\n\n\nUsage\n---------------\n\nCreate fields\n\n.. code-block:: bash\n\n    import memLite\n    db = memlite.Base()\n    db.create('a', 'b', 'c')\n\nCreate indexs:\n\n.. code-block:: bash\n\n    db.create_index('a', 'b')\n\nInsert a piece of data:\n\n.. code-block:: bash\n\n    db.insert(a=-1, b=0, c=1)\n\nQuery data under condition:\n\n.. code-block:: bash\n\n    db.query(a=-1, b=0)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprodesire%2Fmemlite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprodesire%2Fmemlite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprodesire%2Fmemlite/lists"}