Code Monkey home page Code Monkey logo

jansql's Introduction

janSQL

JanSQL is a fast single user SQL engine for text-based files database. It's completely written in object Pascal language. Originally, it's created by Jan Verhoeven using Delphi. But then support for Free Pascal compiler has been added by some contributors from the Free Pascal community. This is the latest modification done by Zlatko Matić based on Rene Tegel's version. Dependency on Lazarus' LCL or Delphi's VCL units also had been removed, so this version can be compiled using only object Pascal's standard units.

janSQL "database" System

  • database is a folder containing collection of text data files.
  • table is a semicolon-delimited text file with .csv extension.
  • text field is an optionally double/single-quoted text.
  • number field is a numeric text with dot as decimal separator.

Documentations

  • Look into the doc folder for the (original) janSQL help. [.pdf]
  • Look into the db folder for a janSQL database example.
  • Look into the samples.txt file for some queries example.

In this repo, I also have added a simple janSQL console client program. It's mainly to test the SQL engine. Here's a brief video demo:

janSQLcli

Contributions

JanSQL is still far from perfect. It still has many bugs and flaws, for sure. It also doesn't yet support many standard SQL features. We hope this library would be enhanced by the community so it can be a powerful full-featured lightweight SQL engine, similar to sqLite. So, if you're interested to contribute, feel free to fork and pull-request to this open source project. Thank you. :)

jansql's People

Contributors

git-bee avatar paklebah 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.