balderdashy / sails

Realtime MVC Framework for Node.js
https://sailsjs.com
MIT License
22.83k stars 1.95k forks source link

Sails with Firebird #4550

Open defelper opened 5 years ago

defelper commented 5 years ago

Sails version: 1.0 Node version: 8.11.3 NPM version: 6.4.1 DB adapter name: Firebird DB adapter version: N/A Operating system: Windows


Is it possible to connect a Sails 1.0 app with Firebird? I found no adapter for Firebird Database. The sails-firebirdsql [https://github.com/johntom/sails-firebirdsql] looks deprecated with sails 1.0

sailsbot commented 5 years ago

Hi @defelper! It looks like you may have removed some required elements from the initial comment template, without which I can't verify that this post meets our contribution guidelines. To re-open this issue, please copy the template from here, paste it at the beginning of your initial comment, and follow the instructions in the text. Then post a new comment (e.g. "ok, fixed!") so that I know to go back and check.

Sorry to be a hassle, but following these instructions ensures that we can help you in the best way possible and keep the Sails project running smoothly.

*If you feel this message is in error, or you want to debate the merits of my existence (sniffle), please contact inquiries@sailsjs.com

defelper commented 5 years ago

ok, fixed!

sailsbot commented 5 years ago

Sorry to be a hassle, but it looks like your issue is still missing some required info. Please double-check your initial comment and try again.

*If you feel this message is in error, or you want to debate the merits of my existence (sniffle), please contact inquiries@sailsjs.com

defelper commented 5 years ago

ok, fixed!

johnabrams7 commented 5 years ago

@defelper There doesn't appear to be much info on Firebird with Sails 1.x / Waterline in the past 4 years but you can still use the custom adapters guide to try installing and testing out the sails-firebirdsql adapter. The latest Sails is still open to making and installing custom adapters for databases.