Git Product home page Git Product logo

glommer / libsql Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tursodatabase/libsql

0.0 1.0 0.0 129.47 MB

libSQL is a fork of SQLite that is both Open Source, and Open Contributions.

Home Page: https://libsql.org

License: MIT License

Shell 1.89% JavaScript 4.74% C++ 0.09% Python 0.01% C 82.89% Tcl 6.25% C# 0.15% Rust 0.26% CSS 0.02% Makefile 1.17% HTML 0.58% Batchfile 0.25% Yacc 0.49% M4 1.14% Roff 0.06%

libsql's Introduction

License Discord

What is libSQL?

libSQL is an open source, open contribution fork of SQLite. We aim to evolve it to suit many more use cases than SQLite was originally designed for, and plan to use third-party OSS code wherever it makes sense.

libSQL is licensed under an Open Source License, and we adhere to a clear Code of Conduct

You can read more about our goals an motivation in our product vision and our announcement article

Compatibility with SQLite

Compatibility with SQLite is of great importance for us. But it can mean many things. So here's our stance:

  • The file format: libSQL will always be compatible with the SQLite file format.
  • The API: libSQL will keep 100% compatibility with the SQLite API, but we may add additional APIs.
  • Embedded: SQLite is an embedded database that can be consumed as a single .c file with its accompanying header. libSQL will always be embeddable, meaning it runs inside your process without needing a network connection. But we may change the distribution, so that object files are generated, instead of a single .c file.

Quickstart

./configure && make
./libsql <path-to-database.db>

Feature set

libSQL is a fork of SQLite, and we keep their original README here.

Aside from all the goodies alredy provided by SQLite, libSQL adds:

The comprehensive description can be found here

libsql's People

Contributors

psarna avatar penberg avatar lucasvr avatar codingdoug avatar marinpostma avatar tjyang avatar abdur-rahmaanj avatar mattleff avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.