GithubHelp home page GithubHelp logo

unqlite.cr's Introduction

unqlite.cr

使用Crystal编写的UnQLite绑定

Installation

如果要使用这个库,需要添加以下代码到你的 shard.yml 文件中:

dependencies:
  unqlite:
    github: gnuos/unqlite.cr

Usage

require "unqlite"

在代码中使用使用上面的语句导入 unqlite 包可以使用 unqlite 数据库,但是一定要先编译安装 unqlite 的动态链接库,否则无法使用。

Development

还有一些API没有封装起来,如果有需要的话,请先阅读 lib_unqlite.cr 的代码。当你需要一些新的API时,你可以通过以下方式加入进来。

Contributing

  1. Fork it ( https://github.com/[your-github-name]/unqlite/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

  • gnuos Kevin - creator, maintainer

unqlite.cr's People

Contributors

gnuos avatar

Stargazers

 avatar  avatar

Watchers

 avatar  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.