Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 1.35 KB

README.md

File metadata and controls

42 lines (35 loc) · 1.35 KB

mongo-lol-driver-example

an example todo list aplication that uses the mongoc bidnings from my lolcode fork (domino-future branch).
THIS DRIVER IS HIGHLY EXPERIMENTAL AND NOT FIT FOR ANY PURPOSE

whats avaiable in the driver

  • update one
  • find
  • insert one
  • object2bson/bson2object
  • pbjson (print bson as json)

what this aplication does

its a todo list aplication using mongodb. what do you want from me

installtion

  1. get apache setup with cgi
  2. clone my lolcode fork
  3. use the future-domino fork
  4. install mongo c driver
  5. cmake
  6. make
  7. change the #! lines to point to the interpreter you just built
  8. ????
  9. profit

license

    Copyright (C) 2019 Mickey J Winters

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU Affero General Public License as
    published by the Free Software Foundation, either version 3 of the
    License, or (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU Affero General Public License for more details.

    You should have received a copy of the GNU Affero General Public License
    along with this program.  If not, see <https://www.gnu.org/licenses/>.